-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyl.css
More file actions
44 lines (41 loc) · 978 Bytes
/
styl.css
File metadata and controls
44 lines (41 loc) · 978 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
*{margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
}
.banner
{margin: 0;
width: 100vw;
height: 100vh;
background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)), url(animed.jpg);
background-size: cover;
background-position: center;
}
.content{
width: 100%;
position: absolute;
top: 40%;
transform: translateY(-50%);
text-align: center;
color: white;
}
body {
margin: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
}
#evil-button {
position: absolute;
top: 50%;
left: 60%;
white-space: nowrap;
font-size: 2rem;
}
#Y {
position: absolute;
top: 50%;
left: 40%;
white-space: nowrap;
font-size: 2rem;
}