font-size: 24px;
line-height: 140%;
The real line-height is 33.6px
line-height: 140%;
The real line-height is 33.6px
<style>
div {
border: solid red thin;
font-size: 24px;
line-height: 140%
}
div.float {
background: aqua;
float: right;
width: 2in;
height: 302.4px
}
</style>
<div class="float">
</div>
<div>
multi<br>
line<br>
text<br>
multi<br>
line<br>
text<br>
multi<br>
line<br>
text<br>
</div>
Edited by mikeday
Edited by madaOmada