Was bei der grünen Box gelingt, will mir bei den drei roten Boxen nicht gelingen; - nämlich die horizontal zentrierte Ausrichtung...
Meinst Du so?
#greenBox {
margin:0 auto;
width: 1200px;
border: 0px;
padding:2em;
background-color: #006600;
text-align:center;
}
#redBox {
display:inline;
width: 220px;
margin:0 1em;
background-color: #FF0000;
padding: 0.6em 0em 0.6em 0;
text-align: center;
}
>
> Gruß H.
>
Das ISSES!
Danke!
Letzte Frage: wie schaffe ich es jetzt, #redBox am UNTEREN Rand von #greenBox zu positionieren?