We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844e113 commit 33690a2Copy full SHA for 33690a2
style.css
@@ -10,4 +10,37 @@ body {
10
p {
11
font-family: verdana;
12
font-size: 20px;
13
- }
+ }
14
+
15
+table {
16
+ border-collapse: collapse;
17
+}
18
19
+td {
20
+ width: 50px;
21
+ height: 50px;
22
23
24
+.red {
25
+ background-color: red;
26
27
28
+.blue {
29
+ background-color: blue;
30
31
32
+.white {
33
+ background-color: white;
34
35
36
+.green {
37
+ background-color: lime;
38
39
40
+.yellow {
41
+ background-color: yellow;
42
43
44
+.orange {
45
+ background-color: orange;
46
0 commit comments