Showing posts with label Flex. Show all posts
Showing posts with label Flex. Show all posts

Friday, May 8, 2020

CSS center

Centering element using CSS

To make the object have vertical and horizontal center we can use 2 option, position absolute and flex. Position absolute will be good for centering simple object, but it will be complicated when using it in object who has dynamic height, that why we will use flex for that.
Below is the sample code for absolute and flex

Centering using position absolute:


Centering using Flex