From 35c12e2edc7b4495e8464357c4268076b7eeb59e Mon Sep 17 00:00:00 2001 From: Big Balls Date: Tue, 6 May 2025 12:27:52 -0400 Subject: [PATCH 1/3] Changing the height and the width of the circle --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b1a4e3b87..a74520c82 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; + width:500px; height:300px; } From cd8d8581679c4083ba451aadcd3e0e990388c94f Mon Sep 17 00:00:00 2001 From: Aaron Thompson Date: Tue, 6 May 2025 12:41:43 -0400 Subject: [PATCH 2/3] Changing the height and the width of the circle --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a74520c82..501a39f7c 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,6 @@ .circle{ border-radius:50%; width:500px; - height:300px; + height:500px; } + From d723ad4a3884756186c2cd3528df8b2c50d29d86 Mon Sep 17 00:00:00 2001 From: Aaron Thompson Date: Tue, 6 May 2025 12:52:02 -0400 Subject: [PATCH 3/3] Adding red color feature --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 501a39f7c..188255e3f 100644 --- a/style.css +++ b/style.css @@ -7,3 +7,6 @@ height:500px; } +.red { + background-color: red +} \ No newline at end of file