From f09f70fb02436afe97a63176efcc6d65a318c904 Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 26 Jul 2024 07:22:04 -0400 Subject: [PATCH] styling changes --- index.html | 60 +++++++++++++++++++++++++++--------------------------- style.css | 3 ++- 2 files changed, 32 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index 8a958c0..f537a2d 100644 --- a/index.html +++ b/index.html @@ -1,31 +1,31 @@ - - One cat per day! - - - - - - - - -
- -
-
- - A picture of a cat -
- - - \ No newline at end of file + + One cat per day! + + + + + + + + +
+ +
+
+ + A picture of a cat +
+ + + \ No newline at end of file diff --git a/style.css b/style.css index f5c0a58..4718644 100644 --- a/style.css +++ b/style.css @@ -62,7 +62,8 @@ main { } .cat-img { - height: 510px; + margin: 3px; + height: 500px; width: auto; border-radius: 10px; border: 5px solid #6d5a8c;