From be9cb020431022273b4638036c553889b065d2f0 Mon Sep 17 00:00:00 2001 From: d4thomas <152221911+d4thomas@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:05:34 -0400 Subject: [PATCH] Changing the height and the 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; }