-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
47 lines (41 loc) · 672 Bytes
/
index.css
File metadata and controls
47 lines (41 loc) · 672 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
38
39
40
41
42
43
44
45
46
body, html{
height: 100%;
}
.background{
background-image: url("eu.jpg");
height:100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.trap{
position: relative;
width:100%;
height:100%;
}
.title{
position: absolute;
top: 25vh;
left: 8vh;
}
.viewport{
background-image: url("darkbg.png");
height: 100%;
background-size: cover;
}
.text{
font-family: Ubuntu;
padding-top: 8vh;
padding-left: 7vh;
padding-bottom: 2vh;
}
h1{
font-family: Ubuntu;
color: #fff;
font-size: 12vh;
}
p{
font-family: Ubuntu;
color: #fff;
font-size: 3vh;
}