.checker {
height: 0;
width: 20%;
padding-top: 20%;
float: left;
background: black;
}
.checker:nth-of-type(even) {
background: white;
}
Conteúdo para você se capacitar em programação
.checker {
height: 0;
width: 20%;
padding-top: 20%;
float: left;
background: black;
}
.checker:nth-of-type(even) {
background: white;
}