readme
parent
fb7dcf3221
commit
9536c5a3bb
|
@ -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
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue