Skip to content

Instantly share code, notes, and snippets.

@palimadra
Forked from colintoh/table.css
Created November 30, 2017 18:34
Show Gist options
  • Save palimadra/33689a4617af0a44a98c683b30aeb4ea to your computer and use it in GitHub Desktop.
Save palimadra/33689a4617af0a44a98c683b30aeb4ea to your computer and use it in GitHub Desktop.
Table CSS
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