screenshot https://melchillington.github.io/Website1/contact.html That is my site so far, my issue is in the contact page but also a similar issue with the image on home page (index.html) any helpful tips/advice regarding anything will also be apprecaited I am new to html but wanted to code a website as practice starting from a free template I found online
.headerC {
background: #89cff0;
font: 36pt/40pt courier;
color: white;
line-height: 0.1;
font-variant: small-caps;
border: thick dashed hotpink;
width: fill;
}
<div class="headerC">
<h1 align="center">Contact</h1>
<h5 align="center"> <a href="tel:203-831-9722" class="link">203-831-9722</a></h5>
<h5 align="center">234 East Ave 06855</h5>
<h6 align="center">Norwalk, CT</h6>
</div>
Basically I just want that pink dotted border to fill the width I tried a few things but nothing seems to work