From 3801fc869934b7ca09acd5db8d6b0f2f821255a6 Mon Sep 17 00:00:00 2001 From: erikr2004 Date: Tue, 3 Jun 2025 13:36:46 -0400 Subject: [PATCH 1/2] Changing the height and the width of the circle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } From d0fa87612a33f66c0657881a3c7338acdea585c9 Mon Sep 17 00:00:00 2001 From: erikr2004 Date: Tue, 3 Jun 2025 13:46:42 -0400 Subject: [PATCH 2/2] adding red color feature --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..91a9afcd2 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ -.blue { - background-color:blue +.red { + background-color:red + } } .circle{ border-radius:50%; width:500px; height:500px; -} +} \ No newline at end of file