-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathstyles.css
78 lines (67 loc) · 1.13 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
html {
background-color: LightSeaGreen;
}
body {
font-family: "Courier New", Courier, monospace;
color: #222;
font-size: 0.9em;
}
h1 {
font-size: 4em;
text-align: center;
margin-bottom: 0.5em;
margin-top: 2em;
}
h2 {
font-size: 2.2em;
font-weight:normal;
text-align: center;
margin-bottom: 48px;
margin-top: 0px;
}
.text_container {
margin: auto;
margin-top: 76px;
max-width: 600px;
line-height: 2em;
margin-bottom: 100px;
}
h3 {
font-size: 1.6em;
font-weight: bold;
/* text-align: center; */
margin-bottom: 0.5em;
margin-top: 4em;
}
h4 {
font-size: 1.2em;
/*font-weight: bold;*/
/* text-align: center; */
margin-bottom: 0.5em;
margin-top: 4em;
}
.code{
border: 0.5px solid lightgray;
background-color: GhostWhite;
border-radius: 3px;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 12px;
padding-left: 12px;
color: gray;
}
.duration{
color: rgba(34,34,34,0.6);
font-style: italic;
/*margin-top: -20px;*/
}
ul {
line-height: 36px;
}
footer {
text-align: center;
font-size: 14px;
margin-top: 128px;
margin-bottom: 64px;
color: rgba(255, 255, 255, 0.4);
}