/ Published in: CSS
This code centers text vertical.
Expand |
Embed | Plain Text
<div id="foot">Vertical</div> #foot { height: 45px; line-height: 45px; }
Comments
Subscribe to comments
You need to login to post a comment.

This is a great little piece of code. The trick of course is with "line-height". Thanks for posting that. I think a lot of people new to CSS will find that useful.