From bb4c0a20d4303848807ef88237cbb9fe91714669 Mon Sep 17 00:00:00 2001 From: Mateusz Chmiel Date: Tue, 23 Apr 2024 20:59:08 -0400 Subject: [PATCH 1/2] Changing the height and 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 1cbd31464a951eb77162fbf41b73131409312065 Mon Sep 17 00:00:00 2001 From: Mateusz Chmiel Date: Tue, 14 Jan 2025 17:20:18 -0500 Subject: [PATCH 2/2] 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 e5b7463ec..2080e288b 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:500px; - height:500px; -} + border-radius:50%; + width:500px; + height:500px; +} \ No newline at end of file