From 325513096c8a0a39f095b8fff23d9827382491da Mon Sep 17 00:00:00 2001 From: Talha YILDIZ Date: Sat, 15 Feb 2025 05:26:15 -0500 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 80cda5eee12e4762aae2938d125d8fb01a39e04c Mon Sep 17 00:00:00 2001 From: Talha YILDIZ Date: Sat, 15 Feb 2025 05:50:06 -0500 Subject: [PATCH 2/3] Changing the height and the width of the circle --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2080e288b..81c75a61b 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius:50%; width:500px; - height:500px; + height:400px; } \ No newline at end of file From 0b47595320d18f5dc1ec3652432a4b12cb7a88b9 Mon Sep 17 00:00:00 2001 From: Talha YILDIZ Date: Sat, 15 Feb 2025 05:52:49 -0500 Subject: [PATCH 3/3] Changing the height and the width of the circle --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 81c75a61b..2080e288b 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius:50%; width:500px; - height:400px; + height:500px; } \ No newline at end of file