2018-04-15 09:41:51 +03:00

27 lines
264 B
CSS

html,
body {
margin: 0;
padding: 0;
text-align: center;
}
body {
width: 1000px;
height: 1000px;
}
tr {
height: 10px;
}
td {
width: 10px;
}
.square_red {
background-color: #aaaaff
}
.square_green{
background-color: #aa5555
}