Skip to content

Instantly share code, notes, and snippets.

@jensgro
Forked from colintoh/table.css
Last active August 29, 2015 14:10
Show Gist options
  • Save jensgro/e11a52c9220f02eefec4 to your computer and use it in GitHub Desktop.
Save jensgro/e11a52c9220f02eefec4 to your computer and use it in GitHub Desktop.
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