From 516fa6f152584399c662e5b61bd4a1a6e771756a Mon Sep 17 00:00:00 2001 From: Cristiano Date: Mon, 7 Apr 2025 06:54:23 -0400 Subject: [PATCH 1/3] 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 e9f2ea9a97c3ed7186b56eed375eee9726c95cd9 Mon Sep 17 00:00:00 2001 From: Cristiano Date: Mon, 7 Apr 2025 07:09:04 -0400 Subject: [PATCH 2/3] adding red color feature --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..d7e76a07c 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ -.blue { - background-color:blue +.red { + background-color:red } .circle{ border-radius:50%; From 48042a3a831dc4fbb3600c6e7138992c8938bfa9 Mon Sep 17 00:00:00 2001 From: Cristiano Date: Mon, 7 Apr 2025 07:12:18 -0400 Subject: [PATCH 3/3] adding red color feature --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index d7e76a07c..4aae7d9bc 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,11 @@ +.blue { + background-color:blue +} + .red { background-color:red } + .circle{ border-radius:50%; width:500px;