From 9d3028024ead92b283e28b8b56ce2b72ab1afc3c Mon Sep 17 00:00:00 2001 From: rodrigoab8 Date: Tue, 14 Oct 2025 15:10:38 -0300 Subject: [PATCH 1/3] Update README.md Modified the image and paragraph text --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f4790267d0d3..deb8f6a85806 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,12 @@ Creating a *fork* is producing a personal copy of someone else's project. Forks After forking this repository, you can make some changes to the project, and submit [a Pull Request](https://github.com/octocat/Spoon-Knife/pulls) as practice. For some more information on how to fork a repository, [check out our guide, "Forking Projects""](http://guides.github.com/overviews/forking/). Thanks! :sparkling_heart: + + +
+ Octocat Image +
+ +

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

From 75fa707da9f88762ac5005e41ca2e7e113e0c067 Mon Sep 17 00:00:00 2001 From: rodrigoab8 Date: Tue, 14 Oct 2025 15:12:30 -0300 Subject: [PATCH 2/3] 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..7dd9b26d161e 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; +}} From f38d4473c17715171ce85e5fac96a1468898b78f Mon Sep 17 00:00:00 2001 From: rodrigoab8 Date: Tue, 14 Oct 2025 15:13:53 -0300 Subject: [PATCH 3/3] Update styles.css Modified CSS tags and selectors --- styles.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/styles.css b/styles.css index 7dd9b26d161e..e43fd6d52348 100644 --- a/styles.css +++ b/styles.css @@ -1,19 +1,4 @@ -* { - margin:0px; - padding:0px; -} -#octocat { - display: block; - width:384px; - margin: 50px auto; -} - -p { - display: block; - 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;