From 4a67069c2e9d5c41cf5cfd271b1b25a5f4b18335 Mon Sep 17 00:00:00 2001 From: eduardo Date: Thu, 2 Oct 2025 20:20:47 -0300 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..c6d449231 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ + .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; + border-radius:50%; + width:500px; + height:500px; }