Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css alternate row color

tr:nth-child(even) {
  background-color: #f2f2f2;
}
 
PREVIOUS NEXT
Tagged: #css #alternate #row #color
ADD COMMENT
Topic
Name
7+6 =