From 3f3c9ff19c6150340f93f8c3acdf3e431803139c Mon Sep 17 00:00:00 2001 From: Canovas777 Date: Tue, 9 Sep 2025 14:03:29 -0400 Subject: [PATCH 1/2] Changing the height and the width of the circle --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..2080e288b 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; -} + border-radius:50%; + width:500px; + height:500px; +} \ No newline at end of file From 528b7edfafd4860fbe1b2e50aebe9f78d228d720 Mon Sep 17 00:00:00 2001 From: Canovas777 Date: Tue, 9 Sep 2025 14:13:40 -0400 Subject: [PATCH 2/2] adding red color feature --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2080e288b..7533a7e42 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:blue + background-color:red } .circle{ border-radius:50%;