-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
95 lines (83 loc) · 1.18 KB
/
styles.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.title {
text-align: center;
margin-bottom: 0.2em;
}
.subtitle {
text-align: center;
font-size: medium;
font-weight: bold;
margin-top: 0;
}
body {
font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
line-height: 1.6;
font-size: 18px;
padding: 0 10px;
margin: 60px auto;
max-width: 700px;
}
h2,
h2,
h3 {
line-height: 1.2;
}
h2 {
font-size: 18px;
}
a:link,
a:visited {
color: blue;
}
.center {
display: block;
margin: auto;
}
code,
.code {
font-size: 1.125rem;
line-height: 1.6;
padding: 0;
padding-top: 0;
padding-bottom: 0;
margin: 0;
font-size: 85%;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
}
.subtitle {
text-align: center;
font-size: medium;
font-weight: bold;
margin-top: 0;
}
body {
line-height: 1.6;
font-size: 18px;
padding: 0 10px;
margin: 60px auto;
max-width: 700px;
}
h2,
h2,
h3 {
line-height: 1.2;
}
h2 {
font-size: 18px;
}
a:link,
a:visited {
color: blue;
}
code,
.code {
font-size: 1.125rem;
line-height: 1.6;
padding: 0;
padding-top: 0;
padding-bottom: 0;
margin: 0;
font-size: 85%;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
}