From 5fea38649f9ffe9743cdb53db363a7e10f46e544 Mon Sep 17 00:00:00 2001 From: Veronica Date: Thu, 6 Mar 2025 11:56:26 -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 185b779992c3c5f8744d40e61684612429c727c4 Mon Sep 17 00:00:00 2001 From: Veronica Date: Thu, 6 Mar 2025 11:59:29 -0500 Subject: [PATCH 2/3] Changing the height and the width of the circle --- gkpbt-css-circle | 1 + style.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 gkpbt-css-circle diff --git a/gkpbt-css-circle b/gkpbt-css-circle new file mode 160000 index 000000000..729ceb203 --- /dev/null +++ b/gkpbt-css-circle @@ -0,0 +1 @@ +Subproject commit 729ceb2036b21f5214e670c710311fd11b099129 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 365218711a078722da876a25c9c3792bb3ad24be Mon Sep 17 00:00:00 2001 From: Veronica Date: Fri, 12 Sep 2025 09:35:59 -0400 Subject: [PATCH 3/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 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; }