scrimba
CSS Exercises: Flex
Flex #4
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 #4
AboutCommentsNotes
Flex #4
Expand for more info
index.css
run
preview
console
* {
margin:0;
padding:0;
box-align: border-box;
background-color: lightgray;

}

.header {

}

.menu{
background-color:gray;
}

.footer{

}
.main{

}

.item{
border: 1px solid gray;
}
.item1{

}

.item2{

}
.item3{

}
.footer div{

}
Console
index.html
LIVE