-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (40 loc) · 1.03 KB
/
style.css
File metadata and controls
45 lines (40 loc) · 1.03 KB
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
/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:600,900');
@import url('https://fonts.googleapis.com/css?family=Cedarville+Cursive|Lato');
@import url("https://fonts.googleapis.com/css?family=Quicksand:500");
*{overflow: hidden;}
body {
background-color: #212121;
font-family: 'Lato', sans-serif;
padding: 3.5px 25px;
font-size: 18px;
color: #ED4C67;
}
h2 {
font-family: 'Quicksand', sans-serif;
font-size: 24px;
text-align: center;
}
h3{
font-family: 'Lato', sans-serif;
font-size: 20px;
vertical-align: top;
text-align: left;
}
canvas {
padding-left: 0;
padding-right: 0;
margin-left: auto;
margin-right: auto;
display: block;
border:#C4E538 6px solid;
}
ul{
font-family: 'Lato', sans-serif;
font-size: 16px;
vertical-align: top;
text-align: left;
list-style: circle;
}