Created
January 4, 2019 23:22
-
-
Save haraonline/e35cde7f3c1bec3d2e7a76c3442f2402 to your computer and use it in GitHub Desktop.
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
/* THESE STYLES ARE FOR THE TABLE IN SECTION 3: LECTURE 14 */ | |
table { | |
border-collapse: collapse; | |
width: 35%; | |
} | |
td, th { | |
border: 1px solid #dddddd; | |
text-align: left; | |
padding: 4px; | |
} | |
tr:nth-child(even) { | |
background-color: #dddddd; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment