From a3e096166253beacabb961915c851181a46424dc Mon Sep 17 00:00:00 2001 From: shahabmi Date: Fri, 11 Apr 2025 07:06:40 -0400 Subject: [PATCH 1/2] height and width changed --- 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 72f5144793979d832fd1bcb2f491ea4b28ea266c Mon Sep 17 00:00:00 2001 From: shahabmi Date: Fri, 11 Apr 2025 07:29:36 -0400 Subject: [PATCH 2/2] color red added --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..537e8c587 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,11 @@ .blue { background-color:blue } + +.red { + background-color:red +} + .circle{ border-radius:50%; width:500px;