updated question from previous one
How can I make the lines of words closer together? also my boarder does not go across all the way Another update--> I figured out the line spacing issue just can't figure out the boarder //css
.headerC {
background: #89cff0;
font: 36pt/40pt courier;color: white;
font-variant: small-caps;
border: thick dashed hotpink;
}
//html
<div class="headerC">
<h1 align="center" >Contact</h1>
<h4 align="center"> <a href="tel:203-831-9722" class="link">203-831-9722</a></h4>
<h5 align="center" >234 East Ave 06855</h5>
<h6 align="center" >Norwalk, CT</h6>
</div>