From 3f4f6ca3761aafde1e2f1a7e911ac6492cd1ce4b Mon Sep 17 00:00:00 2001 From: Jatin Date: Thu, 6 Feb 2025 12:05:38 -0500 Subject: [PATCH 1/2] Changing the height and the width of the circle --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b1a4e3b87..a74520c82 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; + width:500px; height:300px; } From be5a60cf69409dd28408884b9a7eca03976f7844 Mon Sep 17 00:00:00 2001 From: Jatin Date: Thu, 6 Feb 2025 12:21:20 -0500 Subject: [PATCH 2/2] full change --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a74520c82..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius:50%; width:500px; - height:300px; + height:500px; }