The box-shadow on this page https://5pshomes.artrageousdemo.com/ appears under the sticky header once you scroll down the page, but not the header when it is positioned at the top. At least if it does show up, it is too faint to see, and I want it slightly more noticeable. I have tried targeting multiple different classes, but I can’t get it to show up properly under the header when it is at the very top of the page.
If anyone could use the inspect element to have a look at this, I’d appreciate it.
Thanks,
3
Answers
you should use like this
offset-x | offset-y | blur-radius | spread-radius | color
Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax
To make the distinction while positioning at top, you can add border-bottom like this in the element style:
To make the distinction while scrolling it down, you can enhance border shadow like this in :
Try following, hope it may help