From 6779585a7692d2f99a04f14ef0d50082a7d140ac Mon Sep 17 00:00:00 2001 From: allwin23 <115132155+allwin23@users.noreply.github.com> Date: Thu, 12 Jun 2025 19:57:45 +0530 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..6ec9ade09 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; + background-color:yellow; +} \ No newline at end of file