-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.css
63 lines (59 loc) · 907 Bytes
/
404.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
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
* {
box-sizing: border-box;
}
body {
background-color: #0F1015;
margin: 0;
font-family: "Poppins", sans-serif;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
color: #0F1015;
}
h1 {
color: #fff;
position: absolute;
top:20%;
font-size: 90px
}
hr {
width:50%;
margin:0 auto;
}
h2 {
position: absolute;
top: 50%;
color: #fff;
}
h3 {
position: absolute;
top: 56%;
color: #fff;
}
#elinka {
position: absolute;
top: 65%;
color: #fff;
text-decoration: none
}
#elinkb {
position: absolute;
top: 70%;
color: #fff;
text-decoration: none
}
#LOGO {
color: #fff;
position: absolute;
top: 1%;
left:1%;
font-size: 20px;
text-decoration: none
}
#notice {
color: #fff;
position: absolute;
top: 92%;
}