-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (58 loc) · 846 Bytes
/
style.css
File metadata and controls
72 lines (58 loc) · 846 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 {
width: 100%;
background-color: #131330;
font-size: 80%;
font-family: Helvetica, sans-serif;
}
.team {
background: white;
padding: 5px 50px;
}
figure, h1, h2, header, footer {
text-align: center;
}
figure figcaption {
color: #888;
font-size: 90%;
font-style: italic;
}
footer {
color: #ccf;
}
header {
background: url("images/folsom.jpg");
color: white;
padding: 100px 100px;
}
h1 {
font-size: 1000%;
text-shadow: 8px 4px black;
}
h2 {
font-size: 2em;
}
img, video {
margin: 10px;
width: 75%;
}
main {
margin: 0 auto;
max-width: 1024px;
}
nav ul {
text-align: center;
padding: 0;
}
nav ul li {
display: inline-block;
margin-right: 2em;
font-size: 2em;
}
nav ul li a {
color: white;
text-shadow: 4px 4px black;
text-decoration: none;
}
.spacer {
margin-top: 10px;
}