-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (52 loc) · 825 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
*{
margin: 0px;
padding: 0px;
font-family: Poppins;
}
body {
margin: 0px;
overflow: hidden;
background: #171723;
}
div{
position: absolute;
top: 50%;
left: 25%;
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: column;
text-align: center;
}
h1{
color: white;
font-size: 50px;
}
h2{
color: white;
font-size: 100px;
}
h3{
color: white;
font-size: 50px;
font-weight: lighter;
}
button{
border: none;
background: #1B9CFC;
color: white;
border-radius: 10px;
width: 50%;
height: 64px;
font-size: 40px;
font-weight: bold;
text-transform: uppercase;
white-space: normal;
text-decoration: none;
}
.webgl{
position: absolute;
top: 0;
width: 100%;
height: 100%;
}