KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 16: | Zeile 16: | ||
background: #ff6600; | background: #ff6600; | ||
} | } | ||
/*** Formatierungen für Mobil-Geräte ***/ | |||
@media (max-width: 900px) { | |||
.flexelement { | |||
width:100%; | |||
background: #ff66ff; | |||
} | |||
} /* Ende Formatierungen für Mobil-Geräte */ | |||
Version vom 21. Mai 2019, 15:57 Uhr
.Voraussetzungen li {
margin-bottom: 15px;
}
.flexbox {
width: 100%;
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
background: #dadada;
}
.flexelement {
width:32%;
background: #ff6600;
}
/*** Formatierungen für Mobil-Geräte ***/
@media (max-width: 900px) {
.flexelement {
width:100%;
background: #ff66ff;
}
} /* Ende Formatierungen für Mobil-Geräte */