-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
37 lines (37 loc) · 698 Bytes
/
style.css
File metadata and controls
37 lines (37 loc) · 698 Bytes
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
body {
height: 100vh;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #ef7676;
}
#canvas {
width: 113vh;
height: 85vh;
background-color: black;
margin: 20px;
}
h1 {
font-family: "Charge Vector", sans-serif;
font-size: 3vw;
color: #735399;
}
h2 {
font-family: "Overlock", "sans-serif";
display: inline;
}
aside {
font-size: 1vw;
color: white;
font-family: "Istok Web", sans-serif;
background-color: black;
border-radius: 5px;
max-height: 45vw;
width: 50vw;
height: 15vh;
margin: 10px;
padding-top: 3vh;
text-align: center;
}