scrimba
CSS Exercises: Flex
Flex #3
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

Flex #3
AboutCommentsNotes
Flex #3
Expand for more info
index.css
run
preview
console
* {
margin:0px;
padding:0px;
box-sizing: border-box;
}

html, body {
}

.row{
}

.column{
}
.column img {
border:1px solid lightgray;
}
Console
index.html
LIVE