From 1dea2b0faa16ef6f85a110e34c6f55a029f96adc Mon Sep 17 00:00:00 2001 From: Muhammad Salman Aziz Date: Sat, 11 Oct 2025 10:41:43 -0400 Subject: [PATCH 1/2] changing the height and the width of the circle --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index b1a4e3b87..1d6057f9e 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,11 @@ width:300px; height:300px; } +.blue { + background-color:blue +} +.circle{ + border-radius:50%; + width:500px; + height:500px; +} \ No newline at end of file From 744135d5e15fbdf7f28f1f11b4b1187cf0cebe03 Mon Sep 17 00:00:00 2001 From: Muhammad Salman Aziz Date: Sat, 11 Oct 2025 11:07:33 -0400 Subject: [PATCH 2/2] red color added --- style.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index 1d6057f9e..3a89d51fc 100644 --- a/style.css +++ b/style.css @@ -1,11 +1,3 @@ -.blue { - background-color:blue -} -.circle{ - border-radius:50%; - width:300px; - height:300px; -} .blue { background-color:blue } @@ -13,4 +5,9 @@ border-radius:50%; width:500px; height:500px; -} \ No newline at end of file +} + + +.red { + background-color:red + } \ No newline at end of file