Making a picture Gallery

The images are placed in a "container" called Gallery

Use display: block;
"block" -- This value causes an inline element like <img> to be rendered as a block element.

Now we can use use margins block properties like margins.

Image borders

Placing a border around images makes them standout and feel anchored in place... here I used a white border ... A neural background will not "change" the apparent colors in an image...

Shortly I will add a place to put captions...