From 531ddc0194d97116a561bb432b7a63500a3e984b Mon Sep 17 00:00:00 2001 From: Patrick Stevens Date: Sun, 16 Feb 2025 09:08:02 -0500 Subject: [PATCH 1/4] Changing the height and width of the circle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..5eff7a5ed 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:00px; } From dbbb9e911cac2ca1a6344af1e70f4275afac8a51 Mon Sep 17 00:00:00 2001 From: Patrick Michael Stevens Date: Sun, 16 Feb 2025 14:20:36 +0000 Subject: [PATCH 2/4] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5eff7a5ed..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius:50%; width:500px; - height:00px; + height:500px; } From 0382254f7eb2679f2e14fc9b320d071a29862512 Mon Sep 17 00:00:00 2001 From: Patrick Stevens Date: Sun, 16 Feb 2025 09:30:04 -0500 Subject: [PATCH 3/4] adding red color feature --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5eff7a5ed..b844f364a 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,8 @@ .circle{ border-radius:50%; width:500px; - height:00px; + height:500px; } +.red{ + background-color:red +} \ No newline at end of file From 598dec914f09b7b9d8ad1a65b50c641f51923022 Mon Sep 17 00:00:00 2001 From: Patrick Stevens Date: Sun, 16 Feb 2025 10:08:00 -0500 Subject: [PATCH 4/4] adding green circle bg --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b844f364a..aa3ac8478 100644 --- a/style.css +++ b/style.css @@ -4,8 +4,11 @@ .circle{ border-radius:50%; width:500px; - height:500px; + height:00px; } .red{ background-color:red +} +.green { + backgound-color:green } \ No newline at end of file