Chess
Chess board in progress
CSS
div:nth-child(odd) {
background-color: blue;
}
JavaScript
for (i = 0; i < 64; i++) {
$("body").append("<div>HYUTS</div>");
}
div:nth-child(odd) {
background-color: blue;
}
for (i = 0; i < 64; i++) {
$("body").append("<div>HYUTS</div>");
}