From 2043ee294011b6136e2a3d77b1dc4fc1c25789b1 Mon Sep 17 00:00:00 2001 From: karanheera Date: Mon, 6 Jan 2025 11:03:35 +0530 Subject: [PATCH 1/4] change circle width --- 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 ec91282ee3d445d3bb2434b05e433aa6f8e66628 Mon Sep 17 00:00:00 2001 From: karanheera Date: Mon, 6 Jan 2025 00:37:16 -0500 Subject: [PATCH 2/4] Change in width --- 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 591e2189153d9c93987802c2a1c089f69bb32671 Mon Sep 17 00:00:00 2001 From: Karan Heera Date: Mon, 6 Jan 2025 11:25:21 +0530 Subject: [PATCH 3/4] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5b7463ec..010a6801a 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:600px; + height:600px; } From 9d50d01af117b4afc32364e3887eb955f2af085f Mon Sep 17 00:00:00 2001 From: karanheera Date: Tue, 7 Jan 2025 09:18:55 +0530 Subject: [PATCH 4/4] added color --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 010a6801a..9aebdb62f 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,7 @@ width:600px; height:600px; } + +.red { + background-color:red +} \ No newline at end of file