Wechseln zu:Navigation, Suche
Wiki
/* Los */
.grid-box {
  display:grid;
  grid-template-columns: 50% 50%;
  }

.box-01 {
  background: red;
  }