Skip to content

Instantly share code, notes, and snippets.

@hydrangeas
Created March 15, 2012 07:06
Show Gist options
  • Save hydrangeas/2042668 to your computer and use it in GitHub Desktop.
Save hydrangeas/2042668 to your computer and use it in GitHub Desktop.
テーブルを色々装飾してみる
tr:nth-child(2n+1) {
background-color: #CF9;
}
td:nth-child(2) {
text-align: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment