-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathstyle.css
65 lines (54 loc) · 780 Bytes
/
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
body {
color: #333;
font-family: 'Open Sans', sans-serif;
margin: 3em;
}
h1, h3, #subtitle {
text-align: center;
}
footer {
text-align: center;
margin: 5em auto 5em auto;
border-top: 1px solid #eee;
padding-top: 5px;
max-width: 1200px;
}
a:not(.button), a:link:not(.button), a:hover:not(.button) {
color: blue;
}
a:visited:not(.button) {
color: purple;
}
section {
max-width: 1200px;
margin: auto;
}
h4 {
font-size: 140%;
}
h5 {
font-size: 100%;
font-weight: bold;
}
ul {
list-style: none;
}
em {
font-style: normal;
color: red;
}
.video-js {
max-width: 100%;
}
span.description {
display: block;
margin: 15px 0 5px 0;
}
nav {
display: flex;
flex-direction: row;
justify-content: center;
}
nav a {
margin: 0 0.5em;
}