Wrap everything in a div with an id of container
. Then add #container { width: 100px; margin: 0 auto;
replacing 100px with how wide you want the gallery to be.
3
solved How can you center a gallery with html and css
Wrap everything in a div with an id of container
. Then add #container { width: 100px; margin: 0 auto;
replacing 100px with how wide you want the gallery to be.
3
solved How can you center a gallery with html and css