-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (44 loc) · 1.14 KB
/
Copy pathstyle.css
File metadata and controls
51 lines (44 loc) · 1.14 KB
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
body {
margin: 0;
padding: 0;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
min-height: 100vh;
background: linear-gradient(125deg, #f8524f, #f97977, #f6918e, #f97977, #f8524f);
}
.container {
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
color: #212121;
background-size: cover;
}
.container p {
font-weight: 600;
}
.container h2 {
font-size: 32px;
}
.container h1 {
font-size: 100px;
margin: 0;
font-weight: 800;
letter-spacing: 15px;
background: url(404.jpg) center no-repeat;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.container img {
text-decoration: none;
background: transparent;
display: inline-block;
transition: 0.4s;
}
.container strong {
background: url(ll.jpg) center no-repeat;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
font-weight: 800;
font-size: 50px;
}