Struggling to add a shadow effect to the header image on my website.
Website URL:
I've attempted the following CSS code:
.wsite-background
{
box-shadow: 0px 10px 5px #888888;
}
Adding a shadow effect is usually straightforward for me, but this time it's not cooperating.
Appreciate any help. Thank you.