How to center a div vertically only?
I wonder what's the best way to center a div horizontally only, basically
it wouldn't matter the height only the width. I've seen so many examples
around but they focused about horizontal and vertical alike, which I do
not need neither want.
So lets say I have this:
<body>
<div id="layout">
Content of my site here.
</div>
</body>
No comments:
Post a Comment