From cc68a1c07c1388084e41e1aa43cdbfff1de4a3d9 Mon Sep 17 00:00:00 2001 From: Rishi Datta Date: Sun, 20 Jul 2025 11:33:13 -0400 Subject: [PATCH 1/2] Changing the height and the width of the circle --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..501a39f7c 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,7 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } + From c3faec678ff03f5c09f14fee6de285485c2cc305 Mon Sep 17 00:00:00 2001 From: Rishi Datta Date: Sun, 20 Jul 2025 11:47:00 -0400 Subject: [PATCH 2/2] adding red color feature --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 501a39f7c..cd4800eef 100644 --- a/style.css +++ b/style.css @@ -6,4 +6,7 @@ width:500px; height:500px; } +.red { + background-color:red +}