From e0a7f0d4d53a55e82364be5e2620f7a6c05c8dea Mon Sep 17 00:00:00 2001 From: Jeanette Poh Date: Mon, 11 Nov 2024 10:06:20 -0500 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..ca272e391 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ -.blue { - background-color:blue +.red { + background-color:red } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; }