Snippets

Dan Bochichio CSS Alternating Table Rows

Created by Dan Bochichio
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.