scrimba
Learn Flexbox
Wrapping - Flexbox tutorial
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Wrapping - Flexbox tutorial
AboutCommentsNotes
Wrapping - Flexbox tutorial
Expand for more info
index.css
run
preview
console
.container {
border: 5px solid #ffcc5c;
display: flex;
}
Console
index.html
-2:02