-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
51 lines (42 loc) · 724 Bytes
/
index.css
File metadata and controls
51 lines (42 loc) · 724 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
45
46
47
48
49
50
51
.main-nav{
float: right;
list-style: none;
margin-top: 10px;
margin-right: 20px;
}
.main-nav li{
display: inline-block;
}
.main-nav li a
{
color: white;
text-decoration :none;
padding: 8px 25px;
font-family: "roboto", sans-serif;
font-size: 17px;
}
.main-nav li.active a
{
border: 2px solid white;
}
.main-nav li a:hover
{
background-color: orange;
border: 2px solid white;
}
.logo img{
width: 200px;
height : auto;
float: left;
margin-top: -38px;
margin-left: -40px;
}
#inl
{
width: 110px;
margin-top: -12px;
margin-left: 3px;
}
.frameset{
background-color: transparent;
}