CSS Flexbox
CSS flexbox desc

CSS Flexbox
Flexbox facilitates the layout of the website and all its components. It also makes it easy to adapt the page to different screen sizes. A Fle...
Date: 2022-11-07 21:15:01

CSS Flexbox - (flex-direction applied to the container)
The first property that we can set when we implement a flex box is called flex-direction. By default, this property is initialized with the va...
Date: 2022-11-07 21:21:40

Flexbox - (justify-content applied to container)
The justify-content property controls how items are distributed throughout the container. The values that we can assign to the "justify-...
Date: 2022-11-07 21:27:19

Flexbox - (align-items applied to container)
The third property that affects the container is called "align-items". The values that we can assign to the "align-items"...
Date: 2022-11-07 21:32:04