style tables
All checks were successful
/ build (push) Successful in 10s

This commit is contained in:
kritzl 2025-02-14 21:15:28 +01:00
commit c76160ea0e
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
9 changed files with 119 additions and 30 deletions

View file

@ -24,8 +24,16 @@
</nav>
<main>
<h1>Typography</h1>
<div class="float-left">
<table>
<div class="layout-column">
<table class="row-hover">
<thead>
<tr>
<th>Type</th>
<th>Font size</th>
<th>Font family</th>
</tr>
</thead>
<tr>
<th scope="row">Main Title</th>
<td>72px</td>
@ -34,22 +42,22 @@
<tr>
<th scope="row">Heading 1</th>
<td>48px</td>
<td>Tilt Neon</td>
<td>Argon Glow</td>
</tr>
<tr>
<th scope="row">Heading 2</th>
<td>32px</td>
<td>Tilt Neon</td>
<td>Argon Glow</td>
</tr>
<tr>
<th scope="row">Heading 3</th>
<td>24px</td>
<td>Tilt Neon</td>
<td>Argon Glow</td>
</tr>
<tr>
<th scope="row">Heading 4</th>
<td>18px</td>
<td>Tilt Neon</td>
<td>Argon Glow</td>
</tr>
<tr>
<th scope="row">Subheading</th>
@ -67,8 +75,6 @@
<td>Departure Mono</td>
</tr>
</table>
</div>
<div class="float-right">
<ul>
<li><span class="main-title">Main Title</span></li>
<li><span class="h1">Heading 1</span></li>