Flexcheat-sheet
Display ?
block container
align-items: _____ ; flex container
Align-Self........................ hmmmmmmm
I am self start !!!
flex-basis
50
50
50
50
Gap
flex-direction: _____ ; flex container
justify-content: _____ ; flex container
justify-content: _____ ; flex container
Grow
increse flex-grow for inner box
flex-grow:1
flex-grow:1
flex-grow:1
flex-grow:1
flex-grow:1
use all your knowledge
.container { display: flex flex-direction: ______; justify-content: ______; align-items: ______; }
So...... how center a div?
flex container
.container { display: flex justify-content: ______; align-items: ______;}