-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon-sub.css
111 lines (99 loc) · 1.92 KB
/
common-sub.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
99
100
101
102
103
104
105
106
107
108
109
110
111
*{
color: white;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.video-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1; /* Ensure the video is behind other content */
}
video {
min-width: 100%;
min-height: 100%;
object-fit: cover;
}
.head{
margin: 0;
padding: 0;
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 50px;
}
.top-container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.questions{
position: relative;
left: 38px;
}
.box{
background-color:rgba(71, 68, 68, 0.5)
}
.questions ol li strong{
color: white;
font-size: 24px;
}
.questions ol li {
color: white;
font-size: 22px;
font-family: "Lora", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
position: relative;
perspective: 1000px;
}
.sbut{
position: relative;
background-color: rgb(163, 160, 160);
color: white;
height: 60px;
width: 80px;
left: 510px;
margin: 5px;
font-size: 17px;
font-size: 300;
}
.result{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
/* background-color: orange; */
color: white;
font-size: 20px;
font-weight: 800;
opacity: 0;
}
.fres{
color: whitesmoke;
background-color: aquamarine;
display: flex;
flex-direction: column;
font-size: 40px;
font-weight: 400;
font-family: Georgia, 'Times New Roman', Times, serif;
align-items: center;
justify-content: center;
}
.result h3{
color: white;
font-size: 35px;
}
.correct-options{
color: white;
font-size: 26px;
font-weight: 600;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}