From c3ee0e2ee9dcd0f270a1628c6c2f20d3d2f78c12 Mon Sep 17 00:00:00 2001 From: keyur-vo Date: Mon, 9 Dec 2024 10:27:54 -0500 Subject: [PATCH 1/3] 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 e3fcd54e25ba07db3e4bbb99997df463b90cd432 Mon Sep 17 00:00:00 2001 From: keyur-vo Date: Sun, 2 Feb 2025 07:52:02 -0500 Subject: [PATCH 2/3] changed height to 300px --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..a2132d4b8 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:200px; + height:300px; } From 5bc78ad3cfffcb53b57c2939822ea1931f5ab4ca Mon Sep 17 00:00:00 2001 From: keyur-vo Date: Sun, 2 Feb 2025 07:58:54 -0500 Subject: [PATCH 3/3] new added --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a2132d4b8..c5e72cdf5 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:200px; - height:300px; + width:100px; + height:100px; }