Impressum überarbeitet
parent
5df831bc87
commit
7c189b547c
|
@ -31,24 +31,24 @@
|
||||||
width="50" height="50"/> </a>
|
width="50" height="50"/> </a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="homepage">
|
|
||||||
|
<div>
|
||||||
<img src="pictures/sidecandle.png" id="sidecandle" alt="sidecandle" >
|
<img src="pictures/sidecandle.png" id="sidecandle" alt="sidecandle" >
|
||||||
<p class="p2">
|
<div class="impressum-container">
|
||||||
<span id="titlebraun"><strong> Impressum </strong></span>
|
<h1>Impressum</h1>
|
||||||
<br><br>
|
<h2>Firmensitz</h2>
|
||||||
Firmensitz<br>
|
<p class="impressum-text">
|
||||||
Bibliothek Candle GmbH <br>
|
Bibliothek Candle GmbH <br>
|
||||||
Paul-Wittsack-Straße 10 <br>
|
Paul-Wittsack-Straße 10 <br>
|
||||||
68163 Mannheim <br>
|
68163 Mannheim <br>
|
||||||
|
</p>
|
||||||
Kontaktdaten <br>
|
<h2>Kontaktdaten</h2>
|
||||||
|
<p class="impressum-text">
|
||||||
Telefon: +49XXXXXXXX Montag bis Freitag von 9 bis 18 Uhr <br>
|
Telefon: +49XXXXXXXX Montag bis Freitag von 9 bis 18 Uhr <br>
|
||||||
Telefax: 069 54 732122 <br>
|
Telefax: 069 54 732122 <br>
|
||||||
E-Mail: 2211780@stud.hs-mannheim.de <br>
|
E-Mail: 2211780@stud.hs-mannheim.de <br>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--Link JS file-->
|
<!--Link JS file-->
|
||||||
|
|
15
style.css
15
style.css
|
@ -224,6 +224,21 @@ body{
|
||||||
display: none;
|
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*/
|
/*erweiterte Suche starts*/
|
||||||
#erweitertesuche{
|
#erweitertesuche{
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
|
|
Loading…
Reference in New Issue