From 261100f69783d65f28a2abc502a49ba911a16c8c Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 21 Aug 2025 04:03:25 -0400 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..f948b9123 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 ab9cc113e08be0b1f31aa3de19b52e0ba8fe22a8 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 21 Aug 2025 04:09:47 -0400 Subject: [PATCH 2/2] adding red color feature --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index f948b9123..63a8c2dfc 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ .blue { background-color:blue } +.red { + background-color:red +} .circle{ border-radius:50%; width:500px;