From 66fa9ea57e13f54e08816fed4f8e1f1b499ce795 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 23 Jan 2025 16:42:28 -0500 Subject: [PATCH] Changing the height and the width of the cirlce --- 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; }