From 44feaef16d38506ba21f337b30c0a756906a5e30 Mon Sep 17 00:00:00 2001 From: Amjad Ali Date: Sat, 14 Jun 2025 10:08:58 -0400 Subject: [PATCH 1/3] Changed circle size from 300px to 500px --- style.css | 4 ++-- tyle.css | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 tyle.css diff --git a/style.css b/style.css index b1a4e3b87..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } diff --git a/tyle.css b/tyle.css new file mode 100644 index 000000000..e8be90c67 --- /dev/null +++ b/tyle.css @@ -0,0 +1,13 @@ +diff --git a/style.css b/style.css +index b1a4e3b..e5b7463 100644 +--- a/style.css ++++ b/style.css +@@ -3,6 +3,6 @@ + } + .circle{ + border-radius:50%; +- width:300px; +- height:300px; ++ width:500px; ++ height:500px; + } From 802179d96323905b349ef52fc9c1ad1f2ad79eab Mon Sep 17 00:00:00 2001 From: Amjad Ali Date: Sat, 14 Jun 2025 10:16:58 -0400 Subject: [PATCH 2/3] Removed wrongly added tyle.css --- tyle.css | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tyle.css diff --git a/tyle.css b/tyle.css deleted file mode 100644 index e8be90c67..000000000 --- a/tyle.css +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/style.css b/style.css -index b1a4e3b..e5b7463 100644 ---- a/style.css -+++ b/style.css -@@ -3,6 +3,6 @@ - } - .circle{ - border-radius:50%; -- width:300px; -- height:300px; -+ width:500px; -+ height:500px; - } From 647f536ad9019f852e6bdf25a22572b0cfc160b7 Mon Sep 17 00:00:00 2001 From: Amjad Ali Date: Sat, 14 Jun 2025 12:12:39 -0400 Subject: [PATCH 3/3] adding red color feature --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..6b8b52e4f 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ -.blue { - background-color:blue -} +.red { + background-color:red + } .circle{ border-radius:50%; width:500px;