From 77129120f528e52e9850857c37980549dd0651f1 Mon Sep 17 00:00:00 2001 From: Satinder Saini Date: Thu, 24 Mar 2022 16:44:57 +0000 Subject: [PATCH 1/2] Changing the height and the width of the circle Signed-off-by: Satinder Saini --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..e92b9ca75 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:800px; + height:800px; } From f7d0492f968e479c1f561ad435df3e6b8987a602 Mon Sep 17 00:00:00 2001 From: Satinder86 <97698762+Satinder86@users.noreply.github.com> Date: Fri, 25 Mar 2022 12:17:02 -0400 Subject: [PATCH 2/2] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e92b9ca75..1bd6cba56 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ background-color:blue } .circle{ - border-radius:50%; + border-radius:75%; width:800px; height:800px; }