/ Published in: CSS
For all modern browser this line of css is enough to horizontally center a block level element.
Expand |
Embed | Plain Text
margin: 0 auto;
You need to login to post a comment.
For all modern browser this line of css is enough to horizontally center a block level element.
margin: 0 auto;
You need to login to post a comment.