I\'m adding a box shadow to an element containing an img and it\'s creating an arbitrary white border on the bottom of the element. No border is being applied via CSS (and I
And one more way to achieve this is to add virtical-align: top; to an img.
virtical-align: top;
img