diff --git a/gallery-test.html b/gallery-test.html new file mode 100644 index 0000000..e0f8a64 --- /dev/null +++ b/gallery-test.html @@ -0,0 +1,23 @@ + + + + Image Gallery Test + + + + +
+ + + +
+ + \ No newline at end of file diff --git a/style.css b/style.css index 68f2f64..5f3e06a 100644 --- a/style.css +++ b/style.css @@ -40,3 +40,14 @@ section img { margin-right: auto; width: 80%; } + +div.gallery { + display:flex; + flex-wrap: wrap; +} + +div.gallery img { + border: 0.5ch solid mediumvioletred; + margin: 1ch; + width: 10ch; +} \ No newline at end of file