SyntaxFix
Write A Post
Hire A Developer
Questions
The best response to this question is to use margin-auto but for using it you must know the width of your div in px or %.
margin-auto
width
div
px
%
CSS code:
div{ width:30%; margin-left:auto; margin-right:auto; }