From 448cfa44fb8a79c8ab6102bd82f293d4112a8e50 Mon Sep 17 00:00:00 2001 From: Paul Jison Date: Sun, 7 Sep 2025 04:21:33 -0400 Subject: [PATCH 1/3] changing the height and the width of the circle --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..2080e288b 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; -} + border-radius:50%; + width:500px; + height:500px; +} \ No newline at end of file From 64240c0a0edf56526c4b9885aafd7b4d31896d9b Mon Sep 17 00:00:00 2001 From: Paul Jison Date: Sun, 7 Sep 2025 04:50:29 -0400 Subject: [PATCH 2/3] added color --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 2080e288b..1324d5b44 100644 --- a/style.css +++ b/style.css @@ -5,4 +5,8 @@ border-radius:50%; width:500px; height:500px; +} + +.red { + background-color:red } \ No newline at end of file From 6d2583578e6850b14a9a5602acb7274fceb8ef38 Mon Sep 17 00:00:00 2001 From: Paul Jison Date: Sun, 7 Sep 2025 04:56:32 -0400 Subject: [PATCH 3/3] changed color to blue --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 1324d5b44..05e89e1e4 100644 --- a/style.css +++ b/style.css @@ -8,5 +8,5 @@ } .red { - background-color:red + background-color:blue; } \ No newline at end of file