added admin page
This commit is contained in:
49
static/css/index.css
Normal file
49
static/css/index.css
Normal file
@@ -0,0 +1,49 @@
|
||||
body{
|
||||
background-color: rgb(166, 253, 254);
|
||||
|
||||
}
|
||||
h1{
|
||||
text-align: center;
|
||||
}
|
||||
.tableH{
|
||||
|
||||
background-color: antiquewhite;
|
||||
}
|
||||
.tg {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
align-self: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tg td {
|
||||
border-color: black;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
overflow: hidden;
|
||||
padding: 10px 5px;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.tg th {
|
||||
border-color: black;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
overflow: hidden;
|
||||
padding: 10px 5px;
|
||||
word-break: normal;
|
||||
|
||||
}
|
||||
|
||||
.tg .tg-0lax {
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
border-radius: 100px;
|
||||
border-radius: 100px;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user