From 6c9d5149f2b603ec1edaa266ce8820b5ffda773b Mon Sep 17 00:00:00 2001 From: =shubhammore1310 Date: Thu, 10 Oct 2024 00:41:32 -0400 Subject: [PATCH 1/2] change --- 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 daf5611be1f91f1e8b77b89ac64f6172d407dfc1 Mon Sep 17 00:00:00 2001 From: shubhammore1310 Date: Thu, 10 Oct 2024 10:23:22 +0530 Subject: [PATCH 2/2] change in circle size --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..d30e3750f 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:700px; + height:700px; }