From 9b5dc98f463ad43bd5da7de6320e2645d54c55fe Mon Sep 17 00:00:00 2001 From: Roberto Sorto Date: Tue, 4 Feb 2025 18:20:52 -0500 Subject: [PATCH 1/4] 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 080a9e518c375b84480f9a4e372b1b2008fe26a6 Mon Sep 17 00:00:00 2001 From: Roberto Sorto Date: Tue, 4 Feb 2025 18:44:40 -0500 Subject: [PATCH 2/4] added red class --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e5b7463ec..2c129a87d 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:blue + background-color:red; } .circle{ border-radius:50%; From 1708f8c26a5dcbe4a125d843a35d34749b9e2078 Mon Sep 17 00:00:00 2001 From: Roberto Sorto Date: Tue, 4 Feb 2025 18:47:43 -0500 Subject: [PATCH 3/4] Revert "added red class" This reverts commit 080a9e518c375b84480f9a4e372b1b2008fe26a6. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2c129a87d..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:red; + background-color:blue } .circle{ border-radius:50%; From bf0da69d67ff8e99e9d2748bba290ed41e0c7cc0 Mon Sep 17 00:00:00 2001 From: Roberto Sorto Date: Tue, 4 Feb 2025 18:48:32 -0500 Subject: [PATCH 4/4] added red class --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..427240b01 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;