Recommend on Google

Use following code to center elements with CSS.

.element { margin: 0 auto; }
 

Leave a Comment