diff --git a/gallery-test.html b/gallery-test.html index 6bfb11a..84eba09 100644 --- a/gallery-test.html +++ b/gallery-test.html @@ -8,14 +8,28 @@
+
+

Gallery Example

+
For all your thumbnail gallery needs!
+
+
diff --git a/style.css b/style.css index 9b08396..9689de3 100644 --- a/style.css +++ b/style.css @@ -44,10 +44,12 @@ section img { .gallery { display:flex; flex-wrap: wrap; + justify-content: center; + align-items: center; } .gallery img { border: 0.5ch solid mediumvioletred; margin: 1ch; - width: 10ch; + width: 12ch; } \ No newline at end of file