From b34b8c36f2a1db3a3b6f0cea364b79c0bf8b48ca Mon Sep 17 00:00:00 2001 From: Supreetha Date: Thu, 5 Jun 2025 00:57:55 -0400 Subject: [PATCH] Changed width and height --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..6d89530a6 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ .blue { background-color:blue } + .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; }