/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
div{ height:100px; } div *{ margin:0; } div p{ line-height:100px; } <p>Content here</p>