From 9536c5a3bb4ddceefc175c5be92a78b0120c41fb Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 12 Sep 2020 13:43:06 +0200 Subject: [PATCH] readme --- README.md | 3 ++- css/style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9875899..b0726b5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # 101 -Modul 101 \ No newline at end of file +## Modul 101 +Übungsseite für das Modul 101. Werkzuge und Hilfen finden Sie auch unter der Seite https://git.perin.work/andy/webdev \ No newline at end of file diff --git a/css/style.css b/css/style.css index aeb8f67..3677d09 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,5 @@ body{ + margin: 0; font-family: helvetica, Arial, sans-serif; font-size: 1.2rem; } @@ -9,7 +10,7 @@ body{ header, footer{ height: 160px; background: silver; - clear: both; + clear: both; /* stopt das floating */ } nav{ height: 30px;