From e2c842beb9fe10d61783e19555bc4f1b81be18c1 Mon Sep 17 00:00:00 2001 From: Aman Abuelayyan <153456442+safety-crew@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:27:26 +0300 Subject: [PATCH 1/2] Change 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..824365de6 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; +.circle { + border-radius: 50%; + width: 500px; + height: 500px; } From d30898afebc17c419e057b56f0aef8dc8905ce6d Mon Sep 17 00:00:00 2001 From: Aman Abuelayyan <153456442+safety-crew@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:34:41 +0300 Subject: [PATCH 2/2] Change the background color of the circle --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 824365de6..eef7b5c87 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color: blue; + background-color: red; } .circle { border-radius: 50%;