diff --git a/index.html b/index.html index 59db81c..4da17ab 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,65 @@
+
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
+ +
+ A thumbnail of an image of baxter looking at the camera. +
noisycat.jpg
+
@@ -28,5 +87,7 @@

In the "Baxter Images" dialog, you can single-click on a photo to view it with a small description.

I hope you enjoy this little nostalgia trip featuring my cat, you can go back to his normal homepage here.

+ + \ No newline at end of file diff --git a/js/script.js b/js/script.js new file mode 100644 index 0000000..e69de29 diff --git a/style/style.css b/style/style.css index ecfbfeb..a11214c 100644 --- a/style/style.css +++ b/style/style.css @@ -34,4 +34,10 @@ p { line-height: 1.5rem; margin-bottom: 1rem; margin-left: 1rem; -} \ No newline at end of file +} + +.window-pane { + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr; + justify-items: center; +}