-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
68 lines (56 loc) · 757 Bytes
/
styles.css
File metadata and controls
68 lines (56 loc) · 757 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* tag selectors */
a {
position: fixed;
display: inline;
}
h1 {
position: absolute;
text-align: center;
top: 200px;
right: 30%;
left: 30%;
}
p {
position: absolute;
text-align: center;
top: 300px;
right: 30%;
left: 30%;
font-size: x-large;
}
/* class selectors */
.time {
display: block;
padding: 0 0 10px 45%;
padding-bottom: 900px;
}
.question {
display: inline;
text-align: center;
margin: 0 0 0 35px;
}
.qbtn {
display: block;
padding: 30px;
margin: 30px;
}
.qqbtn {
margin: 50%;
padding: 20%;
}
.division {
margin: 300px;
}
.primary-div {
margin: 600px;
}
.high-scores {
text-align: center;
margin: 0 0 00px;
}
.answer {
text-align: center;
}
.your-score {
margin: 35px 0 0 0;
}