From 8ea4d075b37bd4c5cd42f189b7c51feef8974a1d Mon Sep 17 00:00:00 2001 From: Ashfaque Shaikh Date: Sat, 12 Jul 2025 04:12:33 -0400 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..0c5fcda3a 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius:50%; width:300px; - height:300px; + height:500px; } From 573f79188228d7873eddaf3d005cb50769735c52 Mon Sep 17 00:00:00 2001 From: Ashfaque Shaikh Date: Sat, 12 Jul 2025 04:25:15 -0400 Subject: [PATCH 2/2] redefiened changes --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0c5fcda3a..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; + width:500px; height:500px; }