The `flex-direction` property defines in which direction the container wants to stack the flex items
Example👇
🔶 The flex-wrap Property
The `flex-wrap` property specifies whether the flex items should wrap or not.
Example👇
🔶 The flex-flow Property
The `flex-flow` property is a shorthand property for setting both the `flex-direction` and `flex-wrap` properties.
Example -
🔶 The justify-content Property
The `justify-content` property is used to align the flex items
Example👇
🔶The align-items Property
The `align-items` property is used to align the flex items.
Example of flex-end👇
🔶 The align-content Property
The `align-content` property is used to align the flex lines.
Example👇
Perfect Centering
if you enjoyed this thread, please like, comment, and retweet the opening tweet.
🔹Follow @codemarch
🔹You can also check our HTML & CSS Visual Treat!😍for more!!! codemarch.gumroad.com/l/hxazr
• • •
Missing some Tweet in this thread? You can try to
force a refresh
If there are two or more CSS rules that point to the same element, the selector with the highest specificity value will "win", and its style declaration will be applied to that HTML element.
There are four categories that define the specificity level of a selector: