>> Ich möchte, dass die Homepage die ganze Fläche deckt.
Setze das Hintergrundbild für den Body ein.
vorher:
.main {
background-image: url(images/orange_bg.jpg);
font-family: Georgia, "Times New Roman", Times, serif;
font-style: normal;
color: #FFFFFF;
}
nachher:
body {background-image: url(images/orange_bg.jpg)}
.main {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: normal;
color: #FFFFFF;
}
als Antwort auf: [#234957]