-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
65 lines (55 loc) · 907 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
62
63
64
65
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body {
margin: 0;
background-color: #003f45;
color: #fff;
font-family: 'Raleway', sans-serif;
line-height: 20px;
font-size: 14px;
}
div.topcontainer {
display: grid;
grid-template-columns: 25% 25% 25% auto;
height: auto;
}
div.container-item {
padding: 10px 10px 10px 10px;
}
#c0 {
font-size: 16px;
font-weight: 400;
}
canvas {
display: block;
position: fixed;
z-index: -1;
}
img.watermark {
width: 15%;
position: fixed;
bottom: 0px;
right: 0px;
padding: 0 15px 15px 0
}
.hidden {
display: none;
}
h1, h2 {
font-family: Raleway;
font-weight: 400;
font-style: normal;
}
h1 {
line-height: 55px;
font-size: 44px;
padding-bottom: 0.7em;
}
h2 {
line-height: 40px;
font-size: 26px;
}
p, ul {
line-height: 20px;
font-size: 14px;
list-style-type: decimal;
}