The Flexible Box Layout Module makes it easier to design a flexible and responsive layout structure without using float or positioning.
display: flex - Enables flexboxflex-direction - row / columnjustify-content - Main axis alignmentalign-items - Cross axis alignmentflex-wrap - wrap / nowrapgap - Space between itemsEdit the code below and click Run to see the result live.