+ 3
Can some one explain me what is flexbox
flex-direction flex-wrap flex-flow justify-content align-items align-content
2 odpowiedzi
+ 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.
+ 2
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
You can find it whith a google.com