How do you use flexbox? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do you use flexbox?

Do you use flexbox by creating your own css or just downloading ready made css file.

2nd Aug 2018, 9:03 AM
Nayem
4 Answers
+ 1
Flexbox is part of the CSS3 specification, so you can just use it in your own stylesheet if desired. Here's a guide: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
2nd Aug 2018, 9:08 AM
Janning⭐
Janning⭐ - avatar
+ 1
Just add display property set to flex in any stly and see the magic Display:flex; And there is a another one also to reverse the position row wise or column wise Display-direction:row-riverse; Or column-reverse; How cool it is, check it out
3rd Sep 2018, 10:55 AM
Dushyant Narula
0
I'm curious about it too.
20th Aug 2018, 3:07 PM
Daniel Fernandes
Daniel Fernandes - avatar
0
Sorry the second was flex-direction instead of display-directionâ˜ș
3rd Sep 2018, 11:02 AM
Dushyant Narula