-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
44 lines (43 loc) · 838 Bytes
/
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
#question {
text-align: center;
font-family: 'Times New Roman', Times, serif;
color: rgb(90,90,90);
}
#choice1 {
margin:0 auto;
display:block;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
color: rgb(90,90,90);
}
#choice2 {
margin:0 auto;
display:block;
margin-top:5px;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
color: rgb(90,90,90);
}
#choice3 {
margin:0 auto;
display:block;
margin-top:5px;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
color: rgb(90,90,90);
}
#choice4 {
margin:0 auto;
display:block;
margin-top:5px;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
color: rgb(90,90,90);
}
img {
height:20vmax;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}