Test Commit

This commit is contained in:
schrom01 2023-08-16 21:42:03 +02:00
parent 958374e14a
commit abca310bdb
2 changed files with 5 additions and 7 deletions

View File

@ -64,7 +64,7 @@ html, body {
} }
footer, footer,
.push { .push {
height: 200px; height: 250px;
} }
.footer { .footer {

View File

@ -59,16 +59,13 @@
<div class="wrapper"> <div class="wrapper">
<section> <section>
<div class="container"> <div class="container">
<h1>Silias Zefix Suche</h1> <h1>Silias Zefix Suche</h1>
<p>Diese Webseite wird gerade neu entwickelt und steht demnächst zur Verfügung.</p> <p>Diese Webseite wird gerade neu entwickelt und steht demnächst zur Verfügung.</p>
</div>
<div class="container">
<form action="submit.php" method="post"> <form action="submit.php" method="post">
<label for="firmenname">Firmenname:</label> <label for="firmenname">Firmenname:</label>
@ -224,6 +221,7 @@
</div> </div>
</section> </section>
<div class="push"></div>
</div> </div>