-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.css
More file actions
72 lines (57 loc) · 970 Bytes
/
header.css
File metadata and controls
72 lines (57 loc) · 970 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
body {
font-family: 'Arial',sans-serif;
/*background-color: #f3f3f3;*/
}
#wrapper{
max-width: 960px;
margin: 0px auto;
height: 250px;
}
header{
position: fixed;
background-color: #696f11;
height:250px;
width:960px;
padding: 0px;
}
header img {
float: left;
width: 140px;
height:150px;
}
header h1{
text-transform: uppercase;
text-align: center;
color:#ffff;
line-height: 50px;
padding: 50px;
}
.site-logo {
margin-left: 5px;
background-color: #8109;
}
.main_menu{
padding: 5px 0 5px 0;
text-align: right;;
line-height: 30px;
background-color: #c00181;
}
ul.main_menu{
margin-top: 0px;
}
.main_menu li{
display:inline-block;
padding: 0 10px 0 10px;
font-size: 16px;
}
.main_menu a {
text-decoration: none;
color: #fff;
padding: 50px;
font-variant: small-caps;
}
.main_menu a:hover{
color: #2fe5e0;
font-weight: 800;
font-size: 18px;
}