Created
January 23, 2015 08:22
-
-
Save fragje/33077fab7dd76bb23bb1 to your computer and use it in GitHub Desktop.
FAR table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table { | |
margin-bottom: .8em; | |
} | |
table td, | |
table th { | |
padding: .8em; | |
border: 1px solid #ddd; | |
} | |
table th { | |
background-color: #efefef | |
} | |
tbody tr:nth-child(even) td { | |
background-color: #fafafa | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment