-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (54 loc) · 1.33 KB
/
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
img{
margin: auto;
display:block ;
width: 400px;
}
h1{
text-align: center;
color: #56f779;
font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
font-size: 30px; font-style: normal;
font-variant: normal; font-weight: 700; line-height: 45px;
}
h3 {
font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
font-size: 14px; font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 15.4px;
color: #61ad71;
}
h2{
font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
font-size: 22px; font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 15.4px;
color: #05b2af ;
}
p {
font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
font-size: 14px; font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
color: #2a2b2b;
}
blockquote {
font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
font-size: 21px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 30px;
color: #2a2b2b;
}
pre {
font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 18.5714px;
color: #2a2b2b;
}