The following does not center the div:
<style> div { margin: 1.5em auto; } </style>
What does Cssbox if it reads "auto"?
Ok, my fault. You need to define the div's width before.
Log in to post a comment.
The following does not center the div:
What does Cssbox if it reads "auto"?
Ok, my fault. You need to define the div's width before.