Is it possible to get a box shadow applied to only the left & right sides of a div?
box-shadow: 0px 0 20px rgba(0,0,0,.4);
I tried changing this to a few varients of:
box-shadow: 0, foo, 0, foo;
but that didn't work well.
In the image below, I want to remove the bottom line (and the top one, but you can't see that in this image).
I would prefer not to use an image if possible.