Skip to content

Instantly share code, notes, and snippets.

@mzahor
Created April 1, 2016 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mzahor/4f8d419338662e019395f1b8b5b7d54e to your computer and use it in GitHub Desktop.
Save mzahor/4f8d419338662e019395f1b8b5b7d54e 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