Is there a way to make a heading align perfectly with its bottom border? Can negative padding achieve this effect, or should I use underline instead? Perhaps positioning it at the top border of the element below is an option. Thank you!
h1 {
font: bold 100px/normal Helvetica;
color: blue;
border: 5px solid black;
background-color: red;
}
<h1>HEADING TOO HIGH</h1>