Feb 2, 2021
How the keep the things in the center in CSS
Do you also search every time while writing code how to keep things in the center? then it is for you!
For keeping the text in the center
use CSS :
For keeping the entire element in the center!
Use CSS :
In this case, setting the width of the container is important, otherwise, that container will take the full width of the screen and margin auto will have no meaning.