-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
44 lines (44 loc) · 687 Bytes
/
index.css
File metadata and controls
44 lines (44 loc) · 687 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
body{
margin: 0;
}
#top{
background-color: #04043c;
color: white;
}
#top1{
padding-left: 10em;
}
#top1>h1{
padding-top: 0.5em;
margin: 0;
}
#nav{
display: grid;
grid-template-columns: repeat(4, 1fr);
list-style-type: none;
text-align: center;
padding: 0;
padding-left: 40%;
height: 3em;
font-family: sans-serif;
}
#nav>a{
height: 100%;
color: inherit;
margin: 0;
text-decoration: none;
}
.nav{
height: 100%;
line-height: 3em;
background-color: inherit;
color: inherit;
}
#content{
width: 70%;
margin: 0 auto;
}
#current{
background-color: white !important;
color: black !important;
}