Created
November 3, 2016 20:54
-
-
Save kmelve/655b2950f1e2ea5d21798dc6664547aa to your computer and use it in GitHub Desktop.
Kampanje.com tables
This file contains 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, 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