From 51ba3d54a676ec2633ca8ccb6096121a015ccb66 Mon Sep 17 00:00:00 2001 From: k-p-k-p Date: Sat, 19 Jul 2025 01:03:35 -0400 Subject: [PATCH 1/2] Changing the height and width of the circle in style.css --- 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 0e32554574fc8dd4ed663f6851c8ebca44abdd8e Mon Sep 17 00:00:00 2001 From: k-p-k-p Date: Sat, 19 Jul 2025 01:39:47 -0400 Subject: [PATCH 2/2] Added new red color property in style.css --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e5b7463ec..9e661e850 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,11 @@ .blue { - background-color:blue + background-color:blue } .circle{ border-radius:50%; width:500px; height:500px; } +.red{ + background-color: red +} \ No newline at end of file