readme
parent
fb7dcf3221
commit
9536c5a3bb
|
@ -1,3 +1,4 @@
|
||||||
# 101
|
# 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{
|
body{
|
||||||
|
margin: 0;
|
||||||
font-family: helvetica, Arial, sans-serif;
|
font-family: helvetica, Arial, sans-serif;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
@ -9,7 +10,7 @@ body{
|
||||||
header, footer{
|
header, footer{
|
||||||
height: 160px;
|
height: 160px;
|
||||||
background: silver;
|
background: silver;
|
||||||
clear: both;
|
clear: both; /* stopt das floating */
|
||||||
}
|
}
|
||||||
nav{
|
nav{
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
Loading…
Reference in New Issue