Header.css
438 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
.navbar {
height : 50px;
background-color: #F5C53A;
box-shadow: 0px 2px 8px #AAAAAA;
}
.right {
margin-right: 3%;
}
.left {
margin-left: 3%;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
width : 60px;
height : 50px;
vertical-align: middle;
display: table-cell;
}
li a {
text-decoration: none;
color : black;
}
#logo {
width : 42px;
padding-top: 4px;
}
.right {
top:0;
right: 0;
}