Skip to content

Instantly share code, notes, and snippets.

@Tom32i
Created September 20, 2013 08:04
Show Gist options
  • Save Tom32i/6634574 to your computer and use it in GitHub Desktop.
Save Tom32i/6634574 to your computer and use it in GitHub Desktop.
CSS Table Behaviors
.table-behaviors {
display: table /* <table> */
display: table-cell /* <td> */
display: table-row /* <tr> */
display: table-column /* <col> */
display: table-column-group /* <colgroup> */
display: table-footer-group /* <tfoot> */
display: table-header-group /* <thead> */
}
/* More here: http://css-tricks.com/complete-guide-table-element/ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment