scrimba
Learn Flexbox
Positioning items - 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

Positioning items - Flexbox tutorial
AboutCommentsNotes
Positioning items - Flexbox tutorial
Expand for more info
index.css
run
preview
console
.container {
border: 5px solid #ffcc5c;
display: flex;
justify-content: space-around;
}
Console
index.html
-2:58