Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html display text in alternating coloured panels

.altColourElementClass: nth-of-type(odd) {
    background: #e0e0e0;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #display #text #alternating #coloured #panels
ADD COMMENT
Topic
Name
3+3 =