Skip to content

Instantly share code, notes, and snippets.

@mihailsitnic
Created September 16, 2016 20:43
Show Gist options
  • Save mihailsitnic/aa9c85c1737c036d5490053d59e041dc to your computer and use it in GitHub Desktop.
Save mihailsitnic/aa9c85c1737c036d5490053d59e041dc to your computer and use it in GitHub Desktop.
table {
border: 1px solid #ccc;
}
table tr:nth-child(2n-1) {
background: #fbfbfb;
}
table tr:first-child {
background: #65B0E6;
color: #fff;
}
table td {
padding: 10px 20px;
}
table tr:hover {
background: rgba(101, 176, 230, 0.3);
}
table tr:first-child:hover {
background: #65B0E6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment