Wechseln zu:Navigation, Suche
Wiki
.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;
  }