Skip to content

Instantly share code, notes, and snippets.

@leuchtetgruen
Created June 6, 2012 11:59
Show Gist options
  • Save leuchtetgruen/2881473 to your computer and use it in GitHub Desktop.
Save leuchtetgruen/2881473 to your computer and use it in GitHub Desktop.
Untitled
tr:nth-child(2n+1) {
background-color: lightgray;
}
tr:first-child {
background-color: gray;
}
<table>
<tr><th>Posten</th><th>Summe</th></tr>
<tr><td>Posten 1</td><td>10 &euro;</td></tr>
<tr><td>Posten 2</td><td>1 &euro;</td></tr>
<tr><td>Posten 3</td><td>15 &euro;</td></tr>
<tr><td>Posten 4</td><td>20 &euro;</td></tr>
</table>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment