Skip to content

Instantly share code, notes, and snippets.

@haraonline
Created January 4, 2019 23:22
Show Gist options
  • Save haraonline/e35cde7f3c1bec3d2e7a76c3442f2402 to your computer and use it in GitHub Desktop.
Save haraonline/e35cde7f3c1bec3d2e7a76c3442f2402 to your computer and use it in GitHub Desktop.
/* 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