html display text in alternating coloured panels code example
Example: html display text in alternating coloured panels
.altColourElementClass: nth-of-type(odd) {
background: #e0e0e0;
}
.altColourElementClass: nth-of-type(odd) {
background: #e0e0e0;
}