From 2f80824ac86280d4f052af5127236921955845b4 Mon Sep 17 00:00:00 2001 From: zepp Date: Sun, 27 Oct 2024 22:30:03 -0400 Subject: [PATCH] class aditions for JS and styling --- index.html | 4 ++-- style/style.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 530d8df..b471dd7 100644 --- a/index.html +++ b/index.html @@ -18,8 +18,8 @@
-
- A thumbnail of an image of baxter looking at the camera. +
+ A thumbnail of an image of baxter looking at the camera.
baxter-stare.jpg
diff --git a/style/style.css b/style/style.css index a11214c..1447af1 100644 --- a/style/style.css +++ b/style/style.css @@ -41,3 +41,7 @@ p { grid-template-columns: 1fr 1fr 1fr 1fr; justify-items: center; } + +.img-icon { + padding-left: 1.25rem; +}