Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
   flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-between;
   justify-content: space-between;
  background: #dadada;
   }
   }


.flexelement {
.flexelement {
   width:10%
   width:10%;
  background: #ff6600;
   }
   }

Version vom 21. Mai 2019, 16:46 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:10%;
  background: #ff6600;
  }