Center elements
If you want to center your content in the browser window, that is center your outer element, you can use margin-left:auto
and margin-right:auto
to do so. Your element needs then to be less than 100% of the browser window.
Last updated
Was this helpful?