Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active December 19, 2020 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/94fcce14a6387bcb8a1a1626c4548044 to your computer and use it in GitHub Desktop.
Save parzibyte/94fcce14a6387bcb8a1a1626c4548044 to your computer and use it in GitHub Desktop.
<div class="columns">
<div class="column">
<div class="table-container">
<table class="table">
<thead>
<tr>
<th>Nombre</th>
<th>Edad</th>
</tr>
</thead>
<tbody>
<tr>
<td>Luis Cabrera Benito</td>
<td>22</td>
</tr>
<tr>
<td>John Doe</td>
<td>50</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment