Posted in CSS
7156
11:24 pm, February 8, 2022
 

CSS Only Table Stacking Solution

HTML

<meta name="viewport" content="width=device-width, initial-scale=1">

<header>
  <h1>CSS responsive table</h1>
  <p>...with fixed column and row headers and scroll snap. - <a href="https://twitter.com/scottjehl/status/1407356545080434697">@scottjehl</a></p>
</header>
<main>
  <div role="region" aria-label="data table" tabindex="0" class="primary">
    <!-- Note: use the aria-label attribute above to describe this keyboard-focusable region appropriately, per your implementation. Alternatively, it could instead be an aria-labelledby attribute that points to a table caption's ID attribute. Thx for thoughts, @aardrian  -->
    <table>
      <thead>
        <tr>
          <th class="pin"> </th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
          <th>Col Header</th>
        </tr>
      </thead>

      <tbody>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
        <tr>
          <th>Row Header</th>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
          <td>Cell Data</td>
        </tr>
      </tbody>
    </table>
  </div>
  <aside>
    sidebar
  </aside>
</main>
<footer>
  Site footer
</footer>

CSS

body {
  font: 90%/1.4 system-ui;
  margin: 0;
  font-family: sans-serif;
}
header {
  padding: 7vh 5vw;
  border-bottom: 1px solid #ddd;
}
header h1,
header p {
  margin: 0;
}
footer {
  padding: 7vh 5vw;
  border-top: 1px solid #ddd;
}
aside {
  padding: 7vh 5vw;
}
.primary {
  overflow: auto;
  scroll-snap-type: both mandatory;
  height: 80vh;
}
@media (min-width: 40em) {
  main {
    display: flex;
  }
  aside {
    flex: 0 1 20vw;
    order: 1;
    border-right: 1px solid #ddd;
  }
  .primary {
    order: 2;
  }
}
table {
  border-collapse: collapse;
  border: 0;
}
th,
td {
  border: 1px solid #aaa;
  background-clip: padding-box;
  scroll-snap-align: start;
}
tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}
thead {
  z-index: 1000;
  position: relative;
}
th,
td {
  padding: 0.6rem;
  min-width: 6rem;
  text-align: left;
  margin: 0;
}
thead th {
  position: sticky;
  top: 0;
  border-top: 0;
  background-clip: padding-box;
}
thead th.pin {
  left: 0;
  z-index: 1001;
  border-left: 0;
}
tbody th {
  background-clip: padding-box;
  border-left: 0;
}
tbody {
  z-index: 10;
  position: relative;
}
tbody th {
  position: sticky;
  left: 0;
}
thead th,
tbody th {
  background-color: #f8f8f8;
}

CSS responsive table

...with fixed column and row headers and scroll snap. - @scottjehl

Col Header Col Header Col Header Col Header Col Header Col Header Col Header Col Header Col Header Col Header Col Header Col Header Col Header Col Header
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Row Header Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data Cell Data
Site footer

External Link for CSS Only Table Stacking Solution

View Statistics
This Week
157
This Month
584
This Year
821

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote

"Olivia, my eldest daughter, caught measles when she was seven years old. As the illness took its usual course I can remember reading to her often in bed and not feeling particularly alarmed about it. Then one morning, when she was well on the road to recovery, I was sitting on her bed showing her how to fashion little animals out of coloured pipe-cleaners, and when it came to her turn to make one herself, I noticed that her fingers and her mind were not working together and she couldn’t do anything. 'Are you feeling all right?' I asked her. 'I feel all sleepy,' she said. In an hour, she was unconscious. In twelve hours she was dead. The measles had turned into a terrible thing called measles encephalitis and there was nothing the doctors could do to save her. That was...in 1962, but even now, if a child with measles happens to develop the same deadly reaction from measles as Olivia did, there would still be nothing the doctors could do to help her. On the other hand, there is today something that parents can do to make sure that this sort of tragedy does not happen to a child of theirs. They can insist that their child is immunised against measles. ...I dedicated two of my books to Olivia, the first was ‘James and the Giant Peach’. That was when she was still alive. The second was ‘The BFG’, dedicated to her memory after she had died from measles. You will see her name at the beginning of each of these books. And I know how happy she would be if only she could know that her death had helped to save a good deal of illness and death among other children."

I just checked google books for BFG, and the dedication is there. 

https://www.google.com.au/books/edition/_/quybcXrFhCIC?hl=en&gbpv=1 


Roald Dahl, 1986
Random CSS Property

column-rule-color

The column-rule-color CSS property sets the color of the line drawn between columns in a multi-column layout.
column-rule-color css reference