forked from LearnTeachCode/learnteachcode.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
74 lines (58 loc) · 831 Bytes
/
Copy pathstyle.css
File metadata and controls
74 lines (58 loc) · 831 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
73
74
body {
font-family: "Helvetica", "Arial", sans-serif;
font-size:1.1em;
line-height: 1.5;
color: #404040;
margin: 0;
padding: 0;
max-width: 55rem;
margin: 0 auto;
padding: 4rem 3rem;
}
a {
color: #b74949;
}
h1, h2, h3, strong {
color: #333;
}
h1, h2, h3 {
line-height: normal;
}
h1 .subhead {
font-size:0.7em;
}
p, ul, ol {
margin-bottom:1rem;
}
li {
margin-bottom: 0.5rem;
}
section {
margin-bottom: 3rem;
padding-bottom: 2rem;
border-bottom: 1px solid #ddd;
}
header {
margin-bottom:3rem;
padding-bottom: 2rem;
border-bottom: 1px solid #ddd;
}
h1 {
font-size:3em;
margin-bottom: 0;
text-align:center;
}
.tagline {
font-size:1.3em;
max-width: 80%;
margin: 1em auto 2em auto;
font-style: italic;
text-align: center;
color: #b74949;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size:1.4em;
}