From 25ab5b3906b796bcb6e97daab2857be33fb1ec95 Mon Sep 17 00:00:00 2001 From: parth Date: Tue, 28 Oct 2025 11:02:19 -0400 Subject: [PATCH 1/2] 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 168a3bbdac0966aab350b52970e041a892b0410d Mon Sep 17 00:00:00 2001 From: parth Date: Tue, 28 Oct 2025 11:06:14 -0400 Subject: [PATCH 2/2] Added red color in style.css --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..f639779b0 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,10 @@ .blue { background-color:blue } + +.red { + background-color: red; +} .circle{ border-radius:50%; width:500px;