/ Published in: CSS
Expand |
Embed | Plain Text
/* e.g. */ .element { height:25px; (or whatever height you want) line-height:25px; (match 'line-height' to 'height') }
You need to login to post a comment.
traeregan on 09/17/10
css align alignment line-spacing
1 person have marked this snippet as a favorite
/* e.g. */ .element { height:25px; (or whatever height you want) line-height:25px; (match 'line-height' to 'height') }
You need to login to post a comment.