From babd596c8a48c1dfbd5d93397111993dc4e6fec2 Mon Sep 17 00:00:00 2001 From: Jose Lopez Date: Fri, 18 Apr 2025 13:25:23 -0400 Subject: [PATCH] Changing the height, width and color of the circle --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..3c4f58529 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:rgb(0, 221, 255) } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; }