From 0baadbceb19669e50b399d172fed7ad50df8be16 Mon Sep 17 00:00:00 2001 From: Sai Surya Chaitanya Dakarapu Date: Mon, 23 Jun 2025 09:51:42 -0400 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index b1a4e3b87..1d6057f9e 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,11 @@ width:300px; height:300px; } +.blue { + background-color:blue +} +.circle{ + border-radius:50%; + width:500px; + height:500px; +} \ No newline at end of file