From 578bf393d9ea94a6f60ab111cf918734081c0c12 Mon Sep 17 00:00:00 2001 From: vivek Date: Sat, 21 Sep 2024 04:54:50 -0400 Subject: [PATCH 1/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 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 a94cd29f781a1998f44e7c8721aa19607212d467 Mon Sep 17 00:00:00 2001 From: vivek Date: Sat, 21 Sep 2024 04:55:49 -0400 Subject: [PATCH 2/3] Revert "Chainging the height and the width of the circle" This reverts commit 578bf393d9ea94a6f60ab111cf918734081c0c12. --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..b1a4e3b87 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:300px; + height:300px; } From 9756d23c6966e910637cb8f22bb80b2a9fb2a0ee Mon Sep 17 00:00:00 2001 From: vivek Date: Sat, 21 Sep 2024 04:57:29 -0400 Subject: [PATCH 3/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 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; }