Refactor index.html and update Öffnungszeiten section and footer

This commit is contained in:
Juwan Jouma 2024-04-17 09:22:19 +02:00
parent 086c1cd54e
commit 0edc084b36
2 changed files with 40 additions and 9 deletions

View File

@ -1,4 +1,8 @@
section { section {
width: 100%; width: 100%;
height: 100vh; height: 100vh;
}
footer {
height: 240px;
} }

View File

@ -26,9 +26,33 @@
</section> </section>
<!-- Öffnungszeiten Section --> <!-- Öffnungszeiten Section -->
<section> <section class="container d-flex" id="openingHours">
<h1>Öffnungszeiten</h1> <div class="row justify-content-center align-self-center">
<p>Öffnungszeiten</p> <h1 class="text-center">Öffnungszeiten</h1>
<br>
<table class="table">
<thead>
<tr>
<th>Tag</th>
<th>Uhrzeit</th>
</tr>
</thead>
<tbody>
<tr>
<td>Montag - Freitag</td>
<td>9:00 - 18:00 Uhr</td>
</tr>
<tr>
<td>Samstag</td>
<td>10:00 - 15:00 Uhr</td>
</tr>
<tr>
<td>Sonntag</td>
<td>Geschlossen</td>
</tr>
</tbody>
</table>
</div>
</section> </section>
<!-- Patenshop Section --> <!-- Patenshop Section -->
@ -38,12 +62,15 @@
</section> </section>
<!-- Footer --> <!-- Footer -->
<footer> <footer class="container-fluid d-flex bg-dark">
<li></li> <img src="Src/zoowebseite-high-resolution-logo-transparent.png" height="200" class="align-self-center">
<li></li> <div>
<li></li> <li></li>
<li></li> <li></li>
<li></li> <li></li>
<li></li>
<li></li>
</div>
</footer> </footer>
<!-- JavaScript --> <!-- JavaScript -->