Align text baseline to bottom of div
问题 I am trying to align the baseline of some text in a div to the very bottom edge of said div (such that characters like g and j would actually overflow the div) I can only seem to align the bottom edge of the text element to the bottom edge of the div . I have tried to use vertical-align with values baseline and bottom on the inner and outer element, but without success. div { height: 80px; width: 300px; background: #ff5; position: relative; } span { font-size: 30px; position: absolute; left: