Home › Forums › CSS › [Solved] Background Image Not Showing › Reply To: [Solved] Background Image Not Showing
January 24, 2020 at 11:06 pm
#302634
Participant
Hey guys,
Having the same issue.
Wondering if someone can confirm this,
my filepath
file:///Users/asaule/Dropbox/html5theme_1/assets/css/images/banner.jpg
HTML code;
CSS code;
#banner {
background-image: url(/images/banner.jpg);
background-attachment: fixed;
background-position: center;
/* border-top: solid 1px #005782; */
box-shadow: inset 0px 1px 5px 0px #3e484f;
padding: 35px 0 35px 0;
display: block;
}
Please let me know if you have any tips