-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
46 lines (39 loc) · 658 Bytes
/
Copy pathapp.css
File metadata and controls
46 lines (39 loc) · 658 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
.body {
margin: 0;
padding: 0;
}
.main-class {
text-align: center;
}
.number-box {
width: 100px;
height: 50px;
border: 2px solid;
margin: 5px;
display: inline-block;
text-align: center;
line-height: 50px;
color: aliceblue;
font-family: Arial, Helvetica, sans-serif;
font-weight: 500px;
opacity: 1;
font-size: 30px;
}
h1.title {
text-align: center;
font-family: "Rubik Doodle Shadow";
}
h2.title-box {
text-align: center;
color: cornflowerblue;
font-family:"Rubik Doodle Shadow";
}
.green {
color: LimeGreen;
}
.yellow {
color: Gold;
}
.red {
color: tomato;
}