-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (60 loc) · 1.06 KB
/
style.css
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
html, body {
margin:0;
padding:0;
}
.header {
overflow: hidden;
background-color: #2C2416;
padding: 20px 10px;
}
.header a {
width: 100%;
margin: auto;
display: block;
color: #BAA378;
text-align: center;
padding: 5px;
text-decoration: none;
font-size: 48px;
border-radius: 4px;
font-family: 'Fjalla One', sans-serif;
}
.navigation {
overflow:hidden;
background-color:#C0A172;
text-align: center;
margin: 0;
padding: 0;
}
.navigation ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.navigation li {
display: inline;
text-decoration: none;
font-size: 24px;
}
.navigation li a {
color: #2C2416;
text-decoration: none;
text-align: center;
padding: 8px 16px;
display: inline-block;
}
.navigation a:hover {
background-color: #2C2416;
color: #C0A172;
}
.mid {
overflow:hidden;
background-color:#C0A172;
}
.main-body {
overflow:hidden;
}
.footer {
overflow:hidden;
}