diff --git a/default.css b/default.css new file mode 100644 index 0000000..9da89bf --- /dev/null +++ b/default.css @@ -0,0 +1,14 @@ +:root { + max-width: 80ch; + padding: 3em 1em; + margin: auto; + font-size: 1.25em; + font-family: Arial, Helvetica, sans-serif; +} + +footer { + position: absolute; + bottom: 0; + width: 100%; + height: 50px; +} diff --git a/impressum.html b/impressum.html new file mode 100644 index 0000000..377eb94 --- /dev/null +++ b/impressum.html @@ -0,0 +1,32 @@ + + + +
+ +Florian Zirker
+ Beethovenstraße 16
+ 76870 Kandel
+ E-Mail: admin@florianzirker.de +
+ + + + + + + + diff --git a/index.html b/index.html index de66f4e..a0222fe 100644 --- a/index.html +++ b/index.html @@ -4,19 +4,12 @@
Hier gibt es nichts zu sehen.
Bitte gehen Sie weiter.
@@ -33,4 +26,8 @@