I am looking to add a box shadow using CSS, but I only want it in a certain area of the box.
https://i.sstatic.net/dcFZu.png In the screenshot above, you can see that I have a blue header on my website. I would like to add a shadow to this header, specifically in the position highlighted by the red box.
My initial thought is to use a pseudo element :after on the header div, but I'm not sure how to add the shadow with the specific styling I need. If you look closely, you'll see that the shadow is blurred on the left and right edges.