From c04f5fa5b3b7665c59a701625a88ff50c3daab9c Mon Sep 17 00:00:00 2001 From: scarlett Date: Wed, 18 Jun 2025 12:00:38 -0400 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..aa1bcf20d 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:rgb(255, 217, 0) } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; }