Impressum überarbeitet

master_stand_10_05_23
Sebastian Greil 2023-05-17 20:13:23 +02:00
parent 5df831bc87
commit 7c189b547c
2 changed files with 32 additions and 17 deletions

View File

@ -31,24 +31,24 @@
width="50" height="50"/> </a>
</div>
</header>
<div class="homepage">
<div>
<img src="pictures/sidecandle.png" id="sidecandle" alt="sidecandle" >
<p class="p2">
<span id="titlebraun"><strong> Impressum </strong></span>
<br><br>
Firmensitz<br>
Bibliothek Candle GmbH <br>
Paul-Wittsack-Straße 10 <br>
68163 Mannheim <br>
Kontaktdaten <br>
Telefon: +49XXXXXXXX Montag bis Freitag von 9 bis 18 Uhr <br>
Telefax: 069 54 732122 <br>
E-Mail: 2211780@stud.hs-mannheim.de <br>
</p>
<div class="impressum-container">
<h1>Impressum</h1>
<h2>Firmensitz</h2>
<p class="impressum-text">
Bibliothek Candle GmbH <br>
Paul-Wittsack-Straße 10 <br>
68163 Mannheim <br>
</p>
<h2>Kontaktdaten</h2>
<p class="impressum-text">
Telefon: +49XXXXXXXX Montag bis Freitag von 9 bis 18 Uhr <br>
Telefax: 069 54 732122 <br>
E-Mail: 2211780@stud.hs-mannheim.de <br>
</p>
</div>
</div>
<!--Link JS file-->

View File

@ -224,6 +224,21 @@ body{
display: none;
}
/*Impressum*/
.impressum-container {
position: absolute;
display: grid;
top: 250px;
left: 60px;
}
.impressum-container h1 {
margin-bottom: 60px;
}
.impressum-container p {
margin-bottom: 30px;
}
/*erweiterte Suche starts*/
#erweitertesuche{
color: rgb(255, 255, 255);