From 9d080e2a5b7cb0b320b211fa4312db156b53fd52 Mon Sep 17 00:00:00 2001 From: Nanditha Date: Mon, 16 Jun 2025 09:19:10 -0400 Subject: [PATCH 1/2] Changed circle radius and color --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..f840a21ee 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:rgb(255, 94, 121) } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } From 39a7b671381d09b82b566e29efaa44e1450d519a Mon Sep 17 00:00:00 2001 From: Nanditha S Date: Mon, 16 Jun 2025 18:57:52 +0530 Subject: [PATCH 2/2] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f840a21ee..2835faa37 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:650px; + height:650px; }