Flexbox
Jeevan Henry Dsouza
Full Stack Developer | JavaScript | React | MySQL | NodeJS | SpringBoot | Monolith | MicroServices | SaaS | Frontend Development | User Interface Design
FlexBox: as the name suggests it is a flexible box. It makes positioning much easier than normal methods.
Flexbox: It is a layout model, also known as the flexbox layout model particularly useful in building responsive designs with row or column layouts.
It is basically a container with the element with the property display: flex as the parent and all the direct children are the flex items
Terminologies is Flexbox :
Some Mostly Used Flexbox Properties :
a.flex-end: will place the flex items at the end of the main axis
领英推荐
b.space-between: will provide space between items.No space around
the outside element
c.flex-start: will place the flex items at the start
d.space-around: will provide space between and around the outside element
overflow-when size of the item exceeds the flex box