diff --git a/css/gallery.css b/css/gallery.css
index 8c81771..aed5735 100644
--- a/css/gallery.css
+++ b/css/gallery.css
@@ -8,7 +8,7 @@ body {
.gallery {
--size: 100px;
display: grid;
- grid-template-columns: repeat(6, var(--size));
+ grid-template-columns: repeat(8, var(--size));
grid-auto-rows: var(--size);
margin-bottom: var(--size);
place-items: start center;
diff --git a/gallery.html b/gallery.html
index 2a8e37e..4cc8cf8 100644
--- a/gallery.html
+++ b/gallery.html
@@ -1,6 +1,17 @@
-
+
-
+
+
+
+
+
+
+
+ Car Meet Gallery
+
+
+
+
@@ -40,4 +51,7 @@
-
\ No newline at end of file
+
+
+
+