-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (41 loc) · 712 Bytes
/
style.css
File metadata and controls
47 lines (41 loc) · 712 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
45
46
47
.ANT_up {
height: 7vw;
width: 25vw;
position:absolute;
top:50%;
left:50%;
margin-right:-50%;
transform: translate(-50%,-300%);
}
.ANT_down {
height: 7vw;
width: 25vw;
position:absolute;
top:50%;
left:50%;
margin-right:-50%;
transform: translate(-50%,200%);
}
.ANT_text {
text-align: center;
font-size: 60px;
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.ANT_centercue_text {
text-align: center;
font-size: 60px;
position: relative;
top: 50%;
transform: translateY(-40%);
-webkit-transform: translateY(-40%);
}
.responded {
visibility: hidden;
}
.ANT_img {
max-width: 16%;
padding: 0px 4% 0px 0px;
}