From 0c56d59b6841d197f6dff9c0c309549d5185fc43 Mon Sep 17 00:00:00 2001 From: mnofil24 <168124319+mnofil24@users.noreply.github.com> Date: Sat, 18 Jan 2025 03:43:32 -0800 Subject: [PATCH 1/2] Update index.html Modified the image and paragraph text --- index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a83618bcf17b..da941afdd54e 100644 --- a/index.html +++ b/index.html @@ -9,12 +9,13 @@ - +
+ Octocat Image +
- -

- Fork me? Fork you, @octocat! -

+

+ Ready to team up? Let's collaborate, @octocat! +

From e47e796c5aeb43184306c589f660843d6e4f9791 Mon Sep 17 00:00:00 2001 From: mnofil24 <168124319+mnofil24@users.noreply.github.com> Date: Sat, 18 Jan 2025 03:49:19 -0800 Subject: [PATCH 2/2] Update styles.css Modified CSS tags and selectors --- styles.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 9b8528455cf7..ab4808f1a938 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; + }