-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (51 loc) · 818 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
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Cascadia Mono;
font-weight: normal;
}
.image-container {
text-align: center;
margin-bottom: 30px;
}
.image-container img {
width: 100%;
max-width: 800px;
}
.title-container {
text-align: center;
margin-bottom: 30px;
}
h1 {
font-size: 36px;
font-weight: bold;
margin-bottom: 10px;
}
h2 {
font-size: 24px;
font-style: italic;
}
h3 {
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}
h4 {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
}
h5 {
font-size: 16px;
font-weight: normal;
line-height: 2.0;
margin-bottom: 20px;
text-align: justify;
}
p {
font-size: