.Voraussetzungen li {
margin-bottom: 15px;
}
.flexbox {
width: 100%;
display:flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-end;
justify-content: space-between;
margin: 10px;
}
.flexelement {
width:300px;
}
.grid-box {
display:grid;
grid-template-columns: 24% 24% 24% 24%;
}
.gallery-header {
font-size: 22px;
font-style: italic;
}
/*** Formatierungen für Mobil-Geräte ***/
@media (max-width: 900px) {
.flexelement {
width:100%;
}
.grid-box {
display:grid;
grid-template-columns: 98%;
}
} /* Ende Formatierungen für Mobil-Geräte */
Vorlage:Wizard.css
Aus Securepoint Wiki