/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* e.g. */ .element { height:25px; (or whatever height you want) line-height:25px; (match 'line-height' to 'height') }