From 3055d008162cee1f103ddeb05d6d7f0022a63f9a Mon Sep 17 00:00:00 2001 From: Kush Dastane Date: Tue, 24 Sep 2024 12:56:06 -0400 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..23092462f 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height: 500px; } From ed175f2d75d9d86e40402933d0bee9ba6715057f Mon Sep 17 00:00:00 2001 From: Kush Dastane Date: Wed, 25 Sep 2024 00:14:11 -0400 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 23092462f..55e5aaabb 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height: 500px; + width: 600px; + height:600px; }