/ Published in: CSS
This code centers text vertical.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<div id="foot">Vertical</div> #foot { height: 45px; line-height: 45px; }