Skip to content

Instantly share code, notes, and snippets.

@aginanjar
Created December 31, 2014 07:26
Show Gist options
  • Save aginanjar/9aca61fac7608a1b8f46 to your computer and use it in GitHub Desktop.
Save aginanjar/9aca61fac7608a1b8f46 to your computer and use it in GitHub Desktop.
Create simple table with css.
.row {
display: table-row;
}
.col {
display: table-cell;
/*border:solid 1px red; // display border */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment