Is there a way to apply box-shadow to just left/right, not let it overflow top/bottom in #CSS3? Basically looking to feather edges of a box.
Was able to accomplish this by using the :before & :after pseudo-elements & positioning them absolutely, then applying a gradient background to each. - COMPLICATED MR. NOODLE