-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
39 lines (38 loc) · 742 Bytes
/
Copy pathmain.css
File metadata and controls
39 lines (38 loc) · 742 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
.question {
color: white;
background-color: black;
height: 56pt;
padding: 8pt;
font-size: 28pt;
font-family: "sans-serif";
}
.answer {
color: white;
background-color: rgb(64, 64, 64);
height: 52pt;
padding: 8pt;
font-size: 28pt;
font-family: "sans-serif";
}
.expected {
color: white;
font-size: 28pt;
font-family: "sans-serif";
}
.entry {
color: white;
background-color: rgb(64, 64, 64);
height: 232pt;
padding: 8pt;
font-size: 28pt;
font-family: "sans-serif";
}
.level {
color: white;
background-color: black;
height: 20pt;
padding: 4pt;
font-size: 20pt;
font-family: "sans-serif";
}
input[type='text'], textarea {font-size: 14pt;}