FLEXBOX
👉Flexbox is a set of related CSS properties for building 1-dimensional layouts.👉The main idea behind flexbox is that empty space inside a container element
can be automatically divided by its child elements
👉Flexbox makes it easy to automatically align items to one another inside a
parent container, both horizontally and vertically.
👉Flexbox solves common problems such as vertical centering and creating
equal-height columns.
👉Flexbox is perfect for replacing floats, allowing us to write fewer and cleaner
HTML and CSS code.
FLEXBOX TERMINOLOGY
SWITCHING FLEX-DIRECTION TO COLUMN
let's say we have a class of .accordion section and we want to set its flex-direction to column
Comments
Post a Comment