-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
41 lines (36 loc) · 628 Bytes
/
Copy pathindex.css
File metadata and controls
41 lines (36 loc) · 628 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
.background{
background-color: #121212;
}
.title{
font-size: 48px;
color: white;
font-weight: bold;
text-align: center;
}
.description{
font-size: 24px;
color: white;
}
.button{
font-size: 36px;
color: white;
text-align: center;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
cursor: pointer;
border: 2px solid white;
border-radius: 4px;
padding: 10px 24px;
}
.bottom{
position: fixed;
width: 100%;
bottom: 0px;
}
.bottom .description{
color: grey;
}