-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
63 lines (53 loc) · 868 Bytes
/
main.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
*
{
margin: 0;
padding: 0;
}
html,
body
{
height: 100vh;
font-family: 'Poppins';
}
body{
overflow-x: hidden;
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.webgl
{
position: absolute;
top: 0;
left: 0;
outline: none;
z-index: -1;
}
.container{
height: 100vh;
display:flex ;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
gap:10vh
}
.img{
display: flex;
justify-content: space-around;
align-items: flex-end;
align-content: flex-end;
flex-wrap: wrap;
height: 10vh;
}
.img1,.img2{
height: 100%;
}
h1{
font-size: 2vw;
text-transform: uppercase;
color: white;
}
/*# sourceMappingURL=main.css.map*/