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
+1 -1
View File
@@ -64,7 +64,7 @@ html, body {
} }
footer, footer,
.push { .push {
height: 200px; height: 250px;
} }
.footer { .footer {
+3 -5
View File
@@ -59,17 +59,14 @@
<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>
<input type="text" id="firmenname" name="firmenname"><br><br> <input type="text" id="firmenname" name="firmenname"><br><br>
@@ -224,6 +221,7 @@
</div> </div>
</section> </section>
<div class="push"></div>
</div> </div>