/ 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.
narmolanya on 05/11/07
2 people have marked this snippet as a favorite
This code centers text vertical.
<div id="foot">Vertical</div> #foot { height: 45px; line-height: 45px; }
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.