From 7542f6b922648ee56be6c6d64e76f9a04825a62d Mon Sep 17 00:00:00 2001 From: Adarsh16-30 Date: Fri, 21 Feb 2025 01:23:07 -0500 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 e7a525255aa69f81b39aa4f20f412c4dfd3486d8 Mon Sep 17 00:00:00 2001 From: Adarsh16-30 Date: Fri, 21 Feb 2025 01:36:38 -0500 Subject: [PATCH 2/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 e5b7463ec..010a6801a 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:600px; + height:600px; }