From 7b724f2e3b72f7c4b5513be81a550d2b7339f4b5 Mon Sep 17 00:00:00 2001 From: Reuben James <123649904+rjames567@users.noreply.github.com> Date: Tue, 25 Mar 2025 20:08:38 +0000 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; }