Skip to content

Commit 33690a2

Browse files
Update style.css
1 parent 844e113 commit 33690a2

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

style.css

+34-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,37 @@ body {
1010
p {
1111
font-family: verdana;
1212
font-size: 20px;
13-
}
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

Comments
 (0)