CSSHTML + CSS
Draft saved locallyCSS · Spaces: 2
Live preview move your pointer inside
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: flexon.row.
Check my page Run project