sketchup make

CSS
.flex-parent {
  display: flex;
  gap: 1rem;
}
.flex-child {
  flex: 1;
}
Source

Also in CSS: