Posts by Clamorious • 101 points
1 post
-
-3
votes18
answers139957
viewsA: What is the best way to center an element vertically and horizontally?
Just fix a size on the element and give a margin : auto; div { width:200px; height:200px; margin:auto; }