Skip to content

Instantly share code, notes, and snippets.

@kmelve
Created November 3, 2016 20:54
Show Gist options
  • Save kmelve/655b2950f1e2ea5d21798dc6664547aa to your computer and use it in GitHub Desktop.
Save kmelve/655b2950f1e2ea5d21798dc6664547aa to your computer and use it in GitHub Desktop.
Kampanje.com tables
table, th, td, tr {
border: none;
}
table {
width: 100%;
margin-bottom: 1em;
border-bottom: 1px solid #a0a0a0;
}
th, tr:first-of-type {
font-family: 'Gotham A','Gotham B', Helvetica, Arial, sans-serif;
font-weight: 600;
border-bottom: 3px solid #a0a0a0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment