Can some one explain me what is flexbox | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can some one explain me what is flexbox

flex-direction flex-wrap flex-flow justify-content align-items align-content

3rd Sep 2019, 3:26 PM
Ekram Mallick
Ekram Mallick - avatar
2 Answers
+ 3
Flexbox comes from the word 'Flex'ible container. The container that gets automatically adjusted according to the 12 grid system. You don't have to specify an external condition as you do in grid e.g col-sm-6 or col-lg-6. You just add your contents to a flexbox, it will automatically adjusted.
3rd Sep 2019, 5:18 PM
Rohan Rao
Rohan Rao - avatar
+ 2
3rd Sep 2019, 3:53 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar