Skip to content

Instantly share code, notes, and snippets.

@aamnah
Forked from colintoh/table.css
Created January 26, 2017 06:50
Show Gist options
  • Save aamnah/4679d76683d790b92b8dc6e059502668 to your computer and use it in GitHub Desktop.
Save aamnah/4679d76683d790b92b8dc6e059502668 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