From b21e955043379016138aa54d47eb1a3a92a695c5 Mon Sep 17 00:00:00 2001 From: Abubakarjutt Date: Wed, 6 Nov 2024 05:22:53 -0500 Subject: [PATCH] changing the height and width of the circle --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..054ebbf33 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; + border-radius:50%; + width:500px; + height:500px; }