🎨CSS Flexbox allows easy creation of flexible layouts for web pages.
➡️The flex-direction property determines the direction of the flex items.
🔀The flex-wrap property controls whether flex items should wrap to multiple lines.
🔛The justify-content property is used to align flex items horizontally within the flex container.
🔝The align-items property is used to align flex items vertically within the flex container.