layout.css

.layout--two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.simple-box {
  padding: 0.5rem;
  background: #ccc;
}

.simple-box-title,
.simple-box-description {
  background: #fff;
}

File

core/modules/ckeditor5/tests/modules/ckeditor5_test/css/layout.css

View source
  1. .layout--two-col {
  2. display: grid;
  3. grid-template-columns: 1fr 1fr;
  4. }
  5. .simple-box {
  6. padding: 0.5rem;
  7. background: #ccc;
  8. }
  9. .simple-box-title,
  10. .simple-box-description {
  11. background: #fff;
  12. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.