Snippets Collections
/* spacing */

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid purple;
}

thead th:nth-child(1) {
  width: 30%;
}

thead th:nth-child(2) {
  width: 20%;
}

thead th:nth-child(3) {
  width: 15%;
}

thead th:nth-child(4) {
  width: 35%;
}

th, td {
  padding: 20px;
}
star

Sat Jul 16 2022 08:06:52 GMT+0000 (Coordinated Universal Time) https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Styling_tables

#tablestylecss #csstablestyle #table

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension