Em is whack
Why u no consistent?
HTML
<div>
One<br/>
Two<br/>
Three<br/>
Four<br/>
Five<br/>
Six<br/>
Seven<br/>
Eight
</div>
CSS
div {
background-color: red;
height: 8em;
}
<div>
One<br/>
Two<br/>
Three<br/>
Four<br/>
Five<br/>
Six<br/>
Seven<br/>
Eight
</div>
div {
background-color: red;
height: 8em;
}