-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
79 lines (67 loc) · 1.06 KB
/
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
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
h1 {
margin-bottom: 0px;
}
.text {
font-family: "Montserrat", sans-serif;
font-weight: 200;
}
table,
td,
th {
font-family: "Montserrat", sans-serif;
border: 1px solid darkslategrey;
width: 20%;
}
#tableOfValues {
display: none;
border: 1px;
}
td,
th {
text-align: center;
padding: 8px;
}
input {
width: 40px;
height: 30px;
font-size: 20px;
font-family: "Montserrat", sans-serif;
}
#answer {
width: 260px;
justify-content: space-between;
align-items: center;
display: none;
}
#twoChoices {
width: 260px;
display: flex;
margin-bottom: 22px;
justify-content: space-around;
align-items: center;
display: none;
}
#multiplicative {
width: 86px;
}
#nextProblem {
height: 40px;
margin-left: 30px;
}
#score {
margin: 30px;
background-color: #353442;
font-size: 19px;
color: white;
padding: 3px;
}
#topSection {
display: flex;
align-items: center;
margin: 0px;
}
#correct {
font-size: 25px;
border-radius: 40%;
padding: 15px;
}