/ Published in: CSS
Expand |
Embed | Plain Text
div{ height:100px; } div *{ margin:0; } div p{ line-height:100px; } <p>Content here</p>
You need to login to post a comment.
picale on 03/13/08
2 people have marked this snippet as a favorite
div{ height:100px; } div *{ margin:0; } div p{ line-height:100px; } <p>Content here</p>
You need to login to post a comment.