Skip to content

Instantly share code, notes, and snippets.

@jamesbradlee
Forked from rgoj/borderless-table.html
Created July 31, 2024 17:42
Show Gist options
  • Select an option

  • Save jamesbradlee/59d28da65963515e2fc97bf53bac8777 to your computer and use it in GitHub Desktop.

Select an option

Save jamesbradlee/59d28da65963515e2fc97bf53bac8777 to your computer and use it in GitHub Desktop.
Examples of creating a table without borders
Column One Column One
Content of column one Content of columnt two
<style> table td { border: none !important; } </style>
Column One Column One
Content of column one Content of column two
<style> table#example-table td { border: none; } </style>
Column One Column One
Content of column one Content of column two
Column One Column One
Content of column one Content of column two
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment