From bffc1af79cb3cae6d99368c3c1787ed820125e68 Mon Sep 17 00:00:00 2001 From: SaiAshwathaSingari Date: Fri, 20 Jun 2025 02:04:26 +0530 Subject: [PATCH 1/2] Saved the changes --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..b2c364279 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width: 500px; + height:500px; } From 858a9504831cf85081db4d85a1ba2b4e57a03414 Mon Sep 17 00:00:00 2001 From: SaiAshwathaSingari Date: Fri, 20 Jun 2025 02:09:28 +0530 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 b2c364279..3399c7168 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width: 500px; height:500px; } +.red { + background-color:red + } \ No newline at end of file