From 9dc92d28f38a2a3f32892be801357f99f8af33c9 Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah Date: Tue, 25 Mar 2025 12:36:34 +0500 Subject: [PATCH 1/2] Changing the height and the width of the circle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..23092462f 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height: 500px; } From 39905c088d87c0061bde4f3b8c644a4b07a230d0 Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah Date: Tue, 25 Mar 2025 15:25:06 +0500 Subject: [PATCH 2/2] Adding another css rule --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 23092462f..d045fca25 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500px; height: 500px; } +.red { + background-color: red; +} \ No newline at end of file