CSSHTML + CSS
Draft saved locallyCSS · Spaces: 2
Live preview move your pointer inside
Mission 01 10 min
Reward+100 XP

Put Boxes in a Row

display: flex tells the browser to lay out the container's direct children using Flexbox.

01
Your mission

Make .row a flex container.

  • Set display: flex on .row.
Check my page Run project
Mission demoPut Boxes in a Row

Finished result only — the answer code stays hidden.