Skip to content

Instantly share code, notes, and snippets.

@meritt
Forked from colintoh/table.css
Last active December 21, 2021 10:42
Show Gist options
  • Select an option

  • Save meritt/67d18e320b0bf7e844b0 to your computer and use it in GitHub Desktop.

Select an option

Save meritt/67d18e320b0bf7e844b0 to your computer and use it in GitHub Desktop.

Revisions

  1. @colintoh colintoh created this gist Oct 27, 2014.
    9 changes: 9 additions & 0 deletions table.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    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 }