From 075bf8b2f28d6eb43dbc1510e87b9efa18400da1 Mon Sep 17 00:00:00 2001 From: Robot Date: Tue, 21 Jan 2025 12:29:32 -0800 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 713262ae03777da3e5dc57479196d96dff4a7b0e Mon Sep 17 00:00:00 2001 From: Robot Date: Tue, 21 Jan 2025 13:07:27 -0800 Subject: [PATCH 2/3] Chainging 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 e5b7463ec..010a6801a 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:600px; + height:600px; } From 29a6d20917bd695fbfcf9fba0786f491ce8d577b Mon Sep 17 00:00:00 2001 From: Robot <123474897+Edward388@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:25:43 -0800 Subject: [PATCH 3/3] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 010a6801a..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:600px; - height:600px; + width:500px; + height:500px; }