.square {
    width: 50px;
    height: 50px;
}

.square--even {
    background-color: yellow;
}

.square--odd {
    background-color: blue;
}