From 650a7013371c7bc6281ea2b21eeb90a769b91227 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Jan 2025 21:34:14 -0800 Subject: [PATCH 1/2] changes made --- 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 8801b3457da4a2c5c336457b2a5b32c00188d1c7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Jan 2025 21:45:38 -0800 Subject: [PATCH 2/2] changed color to red --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..f18bebb62 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ -.blue { - background-color:blue +.red { + background-color:red } .circle{ border-radius:50%; width:500px; height:500px; } +