-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
106 lines (101 loc) · 1.5 KB
/
index.css
File metadata and controls
106 lines (101 loc) · 1.5 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
body{
font-size: 20px;
font-family: sans-serif;
color: #333;
background-color: #0d0e1a;
background-image: url("pexels-photo-326311.jpeg");
}
.question{
font-weight: 600;
}
.answers {
margin-bottom: 20px;
}
.answers label{
display: block;
}
#submit{
font-family: sans-serif;
font-size: 20px;
background-color: #279;
color: #fff;
border: 0px;
border-radius: 3px;
padding: 10px;
cursor: pointer;
margin-bottom: 20px;
}
#submit:hover{
background-color: #38a;
}
.content{
margin: auto;
width: 70%;
border: 1px solid black;
padding: 20px 20px 20px 20px;
background-color:#161c29 ;
color:white;
}
#heading{
text-align: center;
color :#a05ead;
}
.submit{
margin-left: 80%;
}
#back {
height: 30px;
margin-right: 50%;
font-size: 20px;
border: 0px;
cursor: pointer;
background-color: #313566;
color:white;
}
#next {
height: 30px;
font-size: 20px;
border: 0px;
cursor: pointer;
background-color: #313566;
color:white;
}
#back:hover{
background-color:white;
color:black;
}
#next:hover{
background-color:white;
color:black;
}
.bottom_navigator{
text-align: center;
}
#final{
text-align:center;
font-size: large;
visibility: hidden;
}
#retry{
visibility: hidden;
font-family: sans-serif;
font-size: 20px;
background-color: #279;
color: #fff;
border: 0px;
border-radius: 3px;
padding: 10px;
cursor: pointer;
margin-bottom: 20px;
}
#retry:hover{
background-color: #38a;
}
label:hover{
background-color: #393c63;
cursor: pointer;
}
label{
padding-top:10px;
padding-bottom: 10px;
}