diff --git a/impressum.html b/impressum.html index 3401520..f857d57 100644 --- a/impressum.html +++ b/impressum.html @@ -31,24 +31,24 @@ width="50" height="50"/> -
+ +
sidecandle -

- Impressum -

- Firmensitz
- Bibliothek Candle GmbH
- Paul-Wittsack-Straße 10
- 68163 Mannheim
- - Kontaktdaten
- Telefon: +49XXXXXXXX Montag bis Freitag von 9 bis 18 Uhr
- Telefax: 069 54 732122
- E-Mail: 2211780@stud.hs-mannheim.de
- - - -

+
+

Impressum

+

Firmensitz

+

+ Bibliothek Candle GmbH
+ Paul-Wittsack-Straße 10
+ 68163 Mannheim
+

+

Kontaktdaten

+

+ Telefon: +49XXXXXXXX Montag bis Freitag von 9 bis 18 Uhr
+ Telefax: 069 54 732122
+ E-Mail: 2211780@stud.hs-mannheim.de
+

+
diff --git a/style.css b/style.css index aa195c4..87f55e8 100644 --- a/style.css +++ b/style.css @@ -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);