From b077652df39c9a26b619a8fcdb39ece30aa1fa6b Mon Sep 17 00:00:00 2001 From: mrazamanzoor Date: Fri, 5 Sep 2025 20:20:28 +0500 Subject: [PATCH 1/4] changin the height and width and color of the circle --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..e45b65c15 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:tomato } .circle{ - border-radius:50%; - width:300px; - height:300px; -} + border-radius:50%; + width:500px; + height:500px; +} \ No newline at end of file From 9073e4d23d7fe0fca7d54f64c308168b39fa809f Mon Sep 17 00:00:00 2001 From: mrazamanzoor Date: Fri, 5 Sep 2025 20:34:25 +0500 Subject: [PATCH 2/4] background color changed --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e45b65c15..6d2e6a7a2 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:tomato + background-color:orange } .circle{ border-radius:50%; From 1db84f6d60b8a3a7517e35d404ce9d50849440a5 Mon Sep 17 00:00:00 2001 From: mrazamanzoor Date: Fri, 5 Sep 2025 20:34:44 +0500 Subject: [PATCH 3/4] Revert "background color changed" This reverts commit 9073e4d23d7fe0fca7d54f64c308168b39fa809f. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 6d2e6a7a2..e45b65c15 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:orange + background-color:tomato } .circle{ border-radius:50%; From 14844e6a971d87a5e47a09e4918d04edd2c3f64d Mon Sep 17 00:00:00 2001 From: mrazamanzoor Date: Fri, 5 Sep 2025 20:36:54 +0500 Subject: [PATCH 4/4] new color and border added --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e45b65c15..beda27d99 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ .blue { - background-color:tomato + background-color:orange } .circle{ border-radius:50%; width:500px; height:500px; + border:1px solid blueviolet } \ No newline at end of file