- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
Latest commit
47 lines (39 loc) · 901 Bytes
/
Copy pathstyle.css
File metadata and controls
47 lines (39 loc) · 901 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
@importurl('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');
body {
background-color:#413D3D;
font-family:'Roboto', sans-serif;
}
.container {
width:650px;
height:500px;
margin:0 auto;
padding:25px40px25px40px;
background-color:#F2F2F2;
}
.containerh1 {
background-color:#033322;
color:#F2F2F2;
font-size:60px;
text-align: center;
}
.container#question {
font-size:30px;
color:#1E90FF;
}
#btn1,#btn2,#btn3,#btn4 {
background-color:#00A2FF;
color:#F2F2F2;
border:1px solid black;
font-size:20px;
width:250px;
padding:10px;
margin:10px40px10px0;
}
#btn1:hover,#btn2:hover,#btn3:hover,#btn4:hover {
background-color:#0078bd;
cursor: pointer;
}
#progress {
font-size:20px;
margin-top:32px;
}