-
Notifications
You must be signed in to change notification settings - Fork 0
/
yellowstone.css
66 lines (57 loc) · 1.06 KB
/
yellowstone.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
html {
margin: 0;
padding: 0;
border: 0;
}
body {
background-image: url(http://www.iorise.com/blog/wp-content/uploads/2014/01/2014-01-10_ROW10843584088_American-bison-wintering-at-Fountain-Flats-Yellowstone-National-Park-Wyoming.jpg);
margin: 0;
font-family: Tahoma, Helvetica, sans-serif;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
}
header, footer {
background-color: #2e4460;
color: #fff;
}
h1 {
margin: 0 0 5px 0;
color: #eac341;
font-size: 2.5em;
font-family: 'Anton', sans-serif;
font-weight: normal;
text-shadow: 2px 2px 4px #000;
}
header ul {
margin: 0;
padding: 20px 0 20px 30px;
}
nav li {
list-style-type: none;
display: inline-block;
font-weight: bold;
margin-right: 30px;
}
a:link, a:visited {
color: #fff;
}
a:hover, a:active {
color: #eac341;
}
article {
width: 40%;
background-color: rgba(46, 68, 96, 0.6);
color: #fff;
margin: 20px;
border-radius: 10px;
padding: 20px 30px;
}
footer {
margin: 0;
padding: 15px 0 15px 30px;
position: fixed;
bottom: 0;
width: 100%;
font-size: 0.8em;
}