-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAvengers.css
More file actions
115 lines (114 loc) · 2.03 KB
/
Avengers.css
File metadata and controls
115 lines (114 loc) · 2.03 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body{
background: #000000;
}
.container{
width: 700px;
height: auto;
margin: 80px auto;
position: relative;
}
.circle{
width: 600px;
height: 600px;
border: solid 50px #ffffff;
border-radius: 50%;
top: 70px;
position: absolute;
z-index: 10;
/* justify-content: center; */
margin-left: 500px;
}
.a-1{
width: 100px;
height: 770px;
background: #ffffff;
transform: skewX(-25deg);
position: absolute;
left: 200px;
z-index: 20px;
margin-left: 500px;
}
.a-2{
width: 100px;
height: 380px;
background: #ffffff;
position: absolute;
left: 400px;
z-index: 30;
margin-left: 500px;
}
.a-3{
width: 190px;
height: 100px;
background: #ffffff;
position: absolute;
left: 210px;
top: 450px;
z-index: 40;
margin-left: 500px;
}
/* .flex{
height: 38px;
width: auto;
box-sizing: border-box;
color: #ffffff;
} */
.arrow-right{
width: 0;
height: 0;
border-top: 90px solid transparent;
border-bottom: 90px solid transparent;
border-left: 120px solid #ffffff;
left: 400px;
top: 410px;
position: absolute;
z-index: 50;
margin-left: 500px;
}
.arrow-down{
width: 0;
height: 0;
border-bottom: 80px solid transparent;
border-right: 100px solid #ffffff;
left: 400px;
top: 388px;
position: absolute;
z-index: 60;
margin: 0%;
margin-left: 500px;
}
.arrow-left{
width: 0;
height: 0;
border-top: 80px solid transparent;
border-right: 100px solid #ffffff;
left: 400px;
top: 540px;
position: absolute;
z-index: 70;
margin-left: 500px;
}
.black-bar-1, .black-bar-2{
width: 25px;
height: 80px;
background: #000000;
transform: skewX(-25deg);
position: absolute;
margin-left: 500px;
}
.black-bar-1{
left: 161px;
top: 650px;
z-index: 80;
}
.black-bar-2{
left: 76px;
top: 565px;
z-index: 90;
}
audio{
text-align: center;
margin: 600px;
margin-top: 800px;
margin-left: 698px;
}