Refactor index.html and update Öffnungszeiten section and footer
This commit is contained in:
parent
086c1cd54e
commit
0edc084b36
@ -1,4 +1,8 @@
|
||||
section {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
footer {
|
||||
height: 240px;
|
||||
}
|
45
index.html
45
index.html
@ -26,9 +26,33 @@
|
||||
</section>
|
||||
|
||||
<!-- Öffnungszeiten Section -->
|
||||
<section>
|
||||
<h1>Öffnungszeiten</h1>
|
||||
<p>Öffnungszeiten</p>
|
||||
<section class="container d-flex" id="openingHours">
|
||||
<div class="row justify-content-center align-self-center">
|
||||
<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>
|
||||
|
||||
<!-- Patenshop Section -->
|
||||
@ -38,12 +62,15 @@
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<footer class="container-fluid d-flex bg-dark">
|
||||
<img src="Src/zoowebseite-high-resolution-logo-transparent.png" height="200" class="align-self-center">
|
||||
<div>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- JavaScript -->
|
||||
|
Loading…
Reference in New Issue
Block a user