Hello I am having problems with my code! I am trying to make my header have a banner but when I insert the following code the image doesn't show up!
Thanks,
Zach
HTML:
.intro {
background-image: url ("https://i.imgur.com/WYbqAjw.jpg");
background-position: center;
background-repeat: no-repeat;
display: table;
width: 100%;
height: auto;
margin-top: -18px;
padding: 180px 0;
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
Thanks,
Zach
Last edited:
