-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
98 lines (88 loc) · 1.35 KB
/
style.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
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
.container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.bottom {
display: flex;
justify-content: space-between;
/* align-content: flex-start; */
}
.bottom a img {
width: 15%;
}
.bottom a:nth-child(2) {
display: flex;
justify-content: flex-end;
}
.top a {
display: flex;
justify-content: flex-end;
}
.top a img {
width: 4%;
text-align: center;
}
#bg {
width: 100%;
height: 100%;
z-index: -1;
}
.gif {
margin-top: 0px;
display: block;
text-align: center;
margin-left: 600px;
margin-right: 550px;
width: 250px;
height: 250px;
border-radius: 50px;
}
audio {
display: none;
}
.main {
position: relative;
width: 80%;
height: 80vh;
padding: 0 8%;
}
.main p {
width: 65%;
/* height: 90%; */
font-size: 2.15em;
line-height: 1.75;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
padding-left: 18%;
padding-top: 11%;
}
button {
font-size: 2em;
line-height: 1.75;
text-align: center;
margin-left: 500px;
display: flex;
align-items: center;
justify-content: center;
}
.back {
position: fixed;
width: 95%;
margin: 0;
padding: 0;
height: 95%;
opacity: 0.5;
}
.twoChoices {
display: flex;
flex-direction: column;
}
.twoChoices a:nth-child(1),
.twoChoices a:nth-child(2) {
display: flex;
justify-content: flex-end;
}