From 2d6188a037cbeba72b6202547af59839ba4aff97 Mon Sep 17 00:00:00 2001 From: ShriHemaPriya-Ganesan Date: Wed, 5 Feb 2025 13:58:50 -0500 Subject: [PATCH 1/2] Changing the height and the width of the circle --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..2080e288b 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; -} + border-radius:50%; + width:500px; + height:500px; +} \ No newline at end of file From af64ef208ca61f144d1beace47f7bb7505be28d3 Mon Sep 17 00:00:00 2001 From: ShriHemaPriya-Ganesan Date: Wed, 5 Feb 2025 14:10:23 -0500 Subject: [PATCH 2/2] adding red color feature --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2080e288b..57f114c6e 100644 --- a/style.css +++ b/style.css @@ -5,4 +5,7 @@ border-radius:50%; width:500px; height:500px; -} \ No newline at end of file +} +.red { + background-color:red + } \ No newline at end of file