Skip to content

Instantly share code, notes, and snippets.

@steveebenezer
Created March 18, 2021 19:43
Show Gist options
  • Select an option

  • Save steveebenezer/f0faa030c6a95304132d14182bd0953a to your computer and use it in GitHub Desktop.

Select an option

Save steveebenezer/f0faa030c6a95304132d14182bd0953a to your computer and use it in GitHub Desktop.
Untitled
table {
border: 1px solid #111;
}
tr :is(td, th) {
background-color: #eee;
border: 1px solid #222;
}
<table>
<thead>
<tr>
<th>ID</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Steve</td>
</tr>
<tr>
<td>2</td>
<td>Michael</td>
</tr>
</tbody>
<table>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment