Add route page

This commit is contained in:
Federico Bologni 2023-06-30 15:27:31 +02:00
parent 18972a0cbb
commit 50b6e0104b
Signed by: zbolo-wd
GPG key ID: DD44ECE4EE4DB604
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,2 @@

View file

@ -4,6 +4,20 @@
</header>
<main>
<div id="route-cards">
<div class="route-card">
<div class="image"></div>
<div class="info">
<div class="name">
<p>Percorso</p>
<p class="bold">Pianello n1</p>
</div>
<div class="duration">
Durata <span class="bold">90'</span>
</div>
</div>
</div>
</div>
</main>
<footer>