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
No comments:
Post a Comment