Skip to content

Instantly share code, notes, and snippets.

@rumidier
Created June 11, 2012 05:03
Show Gist options
  • Save rumidier/2908588 to your computer and use it in GitHub Desktop.
Save rumidier/2908588 to your computer and use it in GitHub Desktop.
Le-02.css
.odd {
background-color: #ffc;
}
.even {
background-color: #cef;
}
.highlight {
font-weight: bold;
color: #f00;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment