I have the following Html code
Team
Images are inline level elements by default. You need to use display:block; if you want your images and margin to work properly.
display:block;
img{ display: block; }