Snippets

Dan Bochichio CSS Alternating Table Rows

Created by Former user

File css-color-table-rows.css Added

  • Ignore whitespace
  • Hide word diff
+tr:nth-child(even) {background: #CCC}
+tr:nth-child(odd) {background: #FFF}
HTTPS SSH

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