From 0f1560e8590a47c5a25b57f6e0725625190543bb Mon Sep 17 00:00:00 2001 From: djmanleyjr Date: Wed, 22 Jan 2025 20:14:57 -0500 Subject: [PATCH 1/2] Update index.html Modified the image and paragraph text --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a83618bcf17b..5ca3bdf8b1d5 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,12 @@ - +
+ Octocat Image +
-

- Fork me? Fork you, @octocat! + Ready to team up? Let's collaborate, @octocat!

From 8530611ed3aab909374ec643686dce8c73fb5986 Mon Sep 17 00:00:00 2001 From: djmanleyjr Date: Wed, 22 Jan 2025 20:16:05 -0500 Subject: [PATCH 2/2] Update styles.css Modified CSS tags and selectors --- styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/styles.css b/styles.css index 9b8528455cf7..8203874bb3e0 100644 --- a/styles.css +++ b/styles.css @@ -14,4 +14,18 @@ p { width: 400px; margin: 50px auto; font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; + color: #333; + line-height: 1.5; + text-align: center; +} + +body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + background-color: #f8f9fa; +} + +#octocat img { + display: block; + width: 100%; + height: auto; }