Created
October 27, 2014 05:42
-
-
Save colintoh/0a92a25bb3f3481544e9 to your computer and use it in GitHub Desktop.
Table CSS
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 { display: table } | |
tr { display: table-row } | |
thead { display: table-header-group } | |
tbody { display: table-row-group } | |
tfoot { display: table-footer-group } | |
col { display: table-column } | |
colgroup { display: table-column-group } | |
td, th { display: table-cell } | |
caption { display: table-caption } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment