Skip to content

Instantly share code, notes, and snippets.

@jinan-kordab
Created November 5, 2018 01:48
Show Gist options
  • Save jinan-kordab/d447a0596192f711cedd6373777d2f67 to your computer and use it in GitHub Desktop.
Save jinan-kordab/d447a0596192f711cedd6373777d2f67 to your computer and use it in GitHub Desktop.
Basic style for tables and columns
<style type=text/css>
table
{
table-layout:fixed;
border:1px solid grey;
cell-padding:0px;
cell-spacing:0px;
border-collapse:collapse
}
td{
border:1px solid grey
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment