From 9bc5566ad3085ede4e989a4a65f1735a55ad5756 Mon Sep 17 00:00:00 2001 From: samuel-camarena Date: Mon, 7 Apr 2025 10:52:48 -0400 Subject: [PATCH 1/3] Changing circle's height and widtho --- 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 2e65480efb71332c0e3371e849104597ed7f3ee2 Mon Sep 17 00:00:00 2001 From: samuel-camarena Date: Mon, 7 Apr 2025 11:15:58 -0400 Subject: [PATCH 2/3] Added new background color red --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..a63b4a5f2 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:500px; height:500px; } +.red { + background-color: ; +} From a1fcd3ea7447c13e6a2546f39d4ac9bd0edff024 Mon Sep 17 00:00:00 2001 From: samuel-camarena Date: Mon, 7 Apr 2025 11:24:34 -0400 Subject: [PATCH 3/3] Fixed last commit about adding new background color red --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a63b4a5f2..f758687fe 100644 --- a/style.css +++ b/style.css @@ -7,5 +7,5 @@ height:500px; } .red { - background-color: ; + background-color: red; }