From 339529d4e616c68792336e57d3deb2e9d0613497 Mon Sep 17 00:00:00 2001 From: Nick 'nupa' Lamicela Date: Sat, 24 Dec 2022 11:23:50 -0800 Subject: [PATCH] Gallery test --- gallery-test.html | 23 +++++++++++++++++++++++ style.css | 11 +++++++++++ 2 files changed, 34 insertions(+) create mode 100644 gallery-test.html 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