Illustrate Image Baseline/Bo
by abbylangner
HTML
<p>
<img src="http://readings.aaawebdev.com/baseline-images.jpg">
stuff and more stuff
</p>
CSS
p {
font-size: 16px;
line-height: 1.2; /* 16px*1.2 = 19.2px */
}
img {
vertical-align: bottom;
width: 200px;
}