From 83d32eeddbc78439cf9ec05e0f7ca1c854847924 Mon Sep 17 00:00:00 2001 From: Apoorvak1991 Date: Tue, 8 Nov 2022 07:33:21 -0500 Subject: [PATCH 1/2] Changing the height and the width of the circle Signed-off-by: Apoorvak1991 --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..377a89c97 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500; + height:500px; } From 85285dfac7cb1d474506003ef9250f3ce012d6fc Mon Sep 17 00:00:00 2001 From: ApoorvaK Date: Tue, 8 Nov 2022 09:46:43 -0500 Subject: [PATCH 2/2] Changing color from blue to red --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 377a89c97..99e7ef5ea 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ -.blue { - background-color:blue +.red { + background-color:red } .circle{ border-radius:50%;