FlexBox CSS
FlexBox CSS
properties )⤵
(⭐aling-items
⭐aling-content
➡
justify-content)➡ most used
⭐flex-wrap
⭐flex-flow
⭐Gap
flex-wrap ⤵
flex -wrap can be uded in making resonsive web like when we give dispay
flex to a container and reduce the screen size then our flex item gona be shrink
and reduce the size but in case of flex-wrap the item does not shrink and go to
next line
(items properties)⤵
⭐Order
⭐flex-grow
⭐flex-shrink
➡
(aling-self) ➡ most used