CSS stripes

For a table:

.stripetabelle tr:nth-child(even) {background-color: #dadada;}

For a ul list,
.stripelist li:nth-child(even){ background-color:#dadada;}


Posted

in

by

Tags: