From ea2560889c33082b4b6d0d0cad8eb72a5880ef1a Mon Sep 17 00:00:00 2001 From: Himould Date: Thu, 7 Nov 2024 21:38:09 +0100 Subject: [PATCH] changing the height and weight of the circle --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..8f0835ed8 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; -} + width:500px; + height:500px; +} \ No newline at end of file