From db9419bd89d4bbd2e77a157e25a6f96d30bf14a2 Mon Sep 17 00:00:00 2001 From: Caitlin East Date: Sun, 29 Jun 2025 17:44:55 -0400 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..55e4cc73f 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,7 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } +gi \ No newline at end of file