Below are the pictures of my heading element
html,body {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
text-align: left;
}
h1, footer{
margin-top: 0;
padding: 2%;
background-color: #CEF9F6;
}
h1{
background-image: url(“headerbg.gif”);
background-position: center;
background-size: cover;
box-shadow: 0.01cm .19cm 1.7em;
}