5 hands-on exercises and 5 find-the-bug challenges for the CSS Display lesson. Every one is checked automatically in the browser — write the code, run it, and the tests tell you what still fails.
Make the #text paragraph flow inline.
Make #box inline-block.
Make #wrap a flex container.
Make #wrap a grid container.
Remove #box from the layout entirely.
The value is inline-block.
The display value is flex.
Ready to write the code?
The editor, the automatic checks and the worked solutions open up with an account.
Open the workspaceopacity: 0 leaves the box in the layout.
The value is grid.
The container should be the flex parent.