Html – Why is there a white space left under the div when I apply box-shadow?
I'm trying to make a page with 3 images, each one inside a div, but when applying box-shadow there is a gap underneath. Image with example of the problem <style> body { margin: 0; } .img img { width: 300px;…