From 18c665916ec8e26288c6a7c92c1910222e06c1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Rodr=C3=ADguez?= <63863884+bruno-rodriguez-evs@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:55:04 -0300 Subject: [PATCH 1/3] Update index.html Modified the image and paragraph text --- index.html | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index a83618bcf17b..480193424833 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,7 @@ - +
- Fork me? Fork you, @octocat! + Ready to team up? Let's collaborate, @octocat!
- - - From 57d3e4c2ab5d83b50c78e087f8297fbfd3fd7e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Rodr=C3=ADguez?= <63863884+bruno-rodriguez-evs@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:55:42 -0300 Subject: [PATCH 2/3] Update styles.css Modified CSS tags and selectors --- styles.css | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/styles.css b/styles.css index 9b8528455cf7..61a37a32a07f 100644 --- a/styles.css +++ b/styles.css @@ -1,17 +1,15 @@ -* { - margin:0px; - padding:0px; + color: #333; + line-height: 1.5; + text-align: center; } -#octocat { - display: block; - width:384px; - margin: 50px auto; +body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + background-color: #f8f9fa; } -p { +#octocat img { display: block; - width: 400px; - margin: 50px auto; - font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; + width: 100%; + height: auto; } From e15fe7847ab17c693e0032da7c36febad63daa61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Rodr=C3=ADguez?= <63863884+bruno-rodriguez-evs@users.noreply.github.com> Date: Wed, 5 Mar 2025 13:10:01 -0300 Subject: [PATCH 3/3] Update styles.css --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 61a37a32a07f..09b5705b594f 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,4 @@ +* { color: #333; line-height: 1.5; text-align: center;