From 49c19e17f0312f1761c2730f6ad599bb221530d4 Mon Sep 17 00:00:00 2001 From: rvpjosue-wq Date: Fri, 29 Aug 2025 15:59:16 -0500 Subject: [PATCH 1/4] Update 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 bbf31119bd2063aa97c119fcc825aa973dc7a24b Mon Sep 17 00:00:00 2001 From: rvpjosue-wq Date: Wed, 3 Sep 2025 16:51:49 -0500 Subject: [PATCH 2/4] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e5b7463ec..5e24260cc 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:blue + background-color:red } .circle{ border-radius:50%; From 1efe19fa7e055206f2444c770f869f84d33e4e5f Mon Sep 17 00:00:00 2001 From: rvpjosue-wq Date: Thu, 4 Sep 2025 20:22:09 -0400 Subject: [PATCH 3/4] changing the height and the width if the circle --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5e24260cc..b09b7f489 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:500px; - height:500px; + width:300px; + height:300px; } From 26764cc5fb50f323a813ee0d343f9041fa31b6e1 Mon Sep 17 00:00:00 2001 From: rvpjosue-wq Date: Thu, 4 Sep 2025 20:40:19 -0400 Subject: [PATCH 4/4] adding rgb(32, 3, 3) color feature --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b09b7f489..93cf9fe81 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:red + background-color:rgb(32, 3, 3) } .circle{ border-radius:50%;