HI!
Wie könnte man so einen Container mit DIVs erstellen?:
Gar nicht. Lieber semantisch korrekt bleiben.
HTML
[code]
Überschrift
Text
[/code]CSS
h1 {
border: 1px solid #000000;
margin: 0px;
padding: 0px;
text-align: center;
}
p {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 20px 0px 30px 20px;
}
Beispielhaft natürlich