From 8c94b4973d7f6a60570e1b7c153783538d850d57 Mon Sep 17 00:00:00 2001 From: Amal Date: Sun, 29 Dec 2024 14:00:15 -0500 Subject: [PATCH 1/3] 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 1fe105cf053033c915b70dbeaa2a51622ea7bef3 Mon Sep 17 00:00:00 2001 From: Amal Date: Sun, 29 Dec 2024 14:17:42 -0500 Subject: [PATCH 2/3] Feature red color is added --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index e5b7463ec..501a39f7c 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,4 @@ width:500px; height:500px; } + From 359ee7eeb1a3a26c7e621fdfacac42583cf6b736 Mon Sep 17 00:00:00 2001 From: Amal Date: Sun, 29 Dec 2024 14:43:58 -0500 Subject: [PATCH 3/3] adding red color feature --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 501a39f7c..2358c25c8 100644 --- a/style.css +++ b/style.css @@ -6,4 +6,6 @@ width:500px; height:500px; } - +.red { + background-color:red + }