From dc9f268e0292268ca905fab10c4a15fd030c92a6 Mon Sep 17 00:00:00 2001 From: BC-Zain Date: Mon, 14 Jul 2025 00:55:58 -0400 Subject: [PATCH 1/4] Changing the height and the width of the circle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } From 5ea8c89348a00483b9ceba9809e9e3515aef7162 Mon Sep 17 00:00:00 2001 From: BC-Zain Date: Mon, 14 Jul 2025 01:34:02 -0400 Subject: [PATCH 2/4] se --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e5b7463ec..8f0835ed8 100644 --- a/style.css +++ b/style.css @@ -5,4 +5,4 @@ border-radius:50%; width:500px; height:500px; -} +} \ No newline at end of file From e4021d9a6fbb7dfb6478bdb8fd5bb8554dce292f Mon Sep 17 00:00:00 2001 From: BC-Zain Date: Mon, 14 Jul 2025 01:36:37 -0400 Subject: [PATCH 3/4] adding red color feature --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 8f0835ed8..6d7644c86 100644 --- a/style.css +++ b/style.css @@ -5,4 +5,7 @@ border-radius:50%; width:500px; height:500px; +} +.red { + background-color:red } \ No newline at end of file From c51dce12cfbaf312c0ca42ac9dadd4e729d27246 Mon Sep 17 00:00:00 2001 From: BC-Zain Date: Mon, 14 Jul 2025 01:47:27 -0400 Subject: [PATCH 4/4] update the .red color to green --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 6d7644c86..cd5b3cdc3 100644 --- a/style.css +++ b/style.css @@ -7,5 +7,5 @@ height:500px; } .red { - background-color:red + background-color:green } \ No newline at end of file