Test Commit
This commit is contained in:
parent
958374e14a
commit
abca310bdb
|
@ -64,7 +64,7 @@ html, body {
|
||||||
}
|
}
|
||||||
footer,
|
footer,
|
||||||
.push {
|
.push {
|
||||||
height: 200px;
|
height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue