master
Andy 2020-09-12 13:43:06 +02:00
parent fb7dcf3221
commit 9536c5a3bb
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
# 101
Modul 101
## Modul 101
Übungsseite für das Modul 101. Werkzuge und Hilfen finden Sie auch unter der Seite https://git.perin.work/andy/webdev

View File

@ -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;