From deccd7476a1c604331a7a9cb03031a6662d8fa95 Mon Sep 17 00:00:00 2001 From: adhilchalil Date: Tue, 18 Feb 2025 23:54:18 -0500 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 7c4209318548921c0cf18b83b474d80b7c293b51 Mon Sep 17 00:00:00 2001 From: adhilchalil Date: Wed, 19 Feb 2025 00:09:14 -0500 Subject: [PATCH 2/3] new red css class added --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..25bcce356 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500px; height:500px; } +.red { + background-color: ; +} From 6447ce89f6b73b5a3229885a1797e0c3b7755a67 Mon Sep 17 00:00:00 2001 From: adhilchalil Date: Wed, 19 Feb 2025 00:12:33 -0500 Subject: [PATCH 3/3] changed color to red --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 25bcce356..038303dfa 100644 --- a/style.css +++ b/style.css @@ -7,5 +7,5 @@ height:500px; } .red { - background-color: ; + background-color: red; }