-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
25 lines (23 loc) · 838 Bytes
/
Copy pathstyle.css
File metadata and controls
25 lines (23 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#header{
background-color:#63ca8b;padding: 10px;height:150px;margin:0 auto;
}
#hd_back{
background-color:#0e8b0e;padding: 5px;height:50px;margin: 30px;color:#E6E6FA;
}
#nav{
background-color:#00dd25;padding: 5px;height:20px;max-width:960px;margin:0 auto;
}
#navt{
margin-left: 25px;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;
}
#main{
background-color:#4ce747;padding: 5px;max-width:960px;margin:0 auto;
}
#tabl
{background-color:#084e0e;padding: 5px;max-width:960px;max-width:960px;margin:0 auto;}
tbody tr:nth-child(odd){background-color:#85e75f;}
tbody tr:nth-child(even){background-color:#0ecc27;}
#form{
background-color:#12bd45;padding: 5px;max-width:960px;margin:0 auto;}
#footer{
background-color:#045e1f;padding: 10px;height:150px;margin:0 auto;color: #D8BFD8;}