19 lines
263 B
CSS
19 lines
263 B
CSS
|
body {
|
||
|
font-family: "Helvetica", sans-serif;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
width: 30px !important;
|
||
|
height: 30px !important;
|
||
|
text-align: center;
|
||
|
color: black;
|
||
|
border: 1px solid black;
|
||
|
}
|
||
|
|
||
|
.red {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
.green {
|
||
|
background-color: lime;
|
||
|
}
|