Huhu liebe Com,
ich stehe hier vor einem Problem mit dem Internet Explorer.
Ich habe eine Div Box erstellt welche den Inhalt zentriert. Das sieht überall gut aus, so wie es soll, nur im IE nicht.
Code
.rundrum {
margin-top: 10px;
margin-bottom: 10px;
margin: 0 auto;
display: flex;
display: -webkit-flex;
justify-content: center;
}
Was fehlt, damit es im IE genauso aussieht ?
MFG
reyman