From 40052d2e03de917a41fb8ff194ad5ff6c8cb02ee Mon Sep 17 00:00:00 2001 From: kr1shnakant9 Date: Thu, 24 Apr 2025 07:59:26 -0400 Subject: [PATCH 1/2] I just add new style make height 500 to 600 --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..010a6801a 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:600px; + height:600px; } From 19af3ddd485dd9a5001c69b4965caf06fbbafdc1 Mon Sep 17 00:00:00 2001 From: kr1shnakant9 Date: Thu, 24 Apr 2025 08:02:12 -0400 Subject: [PATCH 2/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 010a6801a..141db2811 100644 --- a/style.css +++ b/style.css @@ -5,4 +5,4 @@ border-radius:50%; width:600px; height:600px; -} +} \ No newline at end of file