-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.css
More file actions
61 lines (58 loc) · 1.15 KB
/
code.css
File metadata and controls
61 lines (58 loc) · 1.15 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
52
53
54
55
56
57
58
body{
background: rgb(82, 4, 4);
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.t{
width: 100px;
border-bottom: 200px solid rgb(102, 106, 129);
border-left: 35px solid transparent;
border-right: 35px solid transparent;
}
.y{
width: 100px;
border-top: 200px solid rgb(102, 106, 129);
border-left: 35px solid transparent;
border-right: 35px solid transparent;
}
.rip{
position: fixed;
top: 300px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.u2{
position: absolute;
top: 301px;
}
.t1{
width: 100px;
border-bottom: 150px solid rgb(173, 174, 180);
border-left: 25px solid transparent;
border-right: 25px solid transparent;
}
.y2{
width: 100px;
border-top: 150px solid rgb(173, 174, 180);
border-left: 25px solid transparent;
border-right: 25px solid transparent;
}
.p{
position: absolute;
top: 400px;
left: 324px;
}
.x{
width: 20px;
height: 150px;
background: #000;
}
.z{
position: absolute;
top: 430px;
left: 300px;
width: 70px;
height: 20px;
background: #000;
}