From d02251a8ccb1ca29df700d7f4bc748d7204b3b37 Mon Sep 17 00:00:00 2001 From: Ricardo Saldarriaga Date: Fri, 17 Jan 2025 12:57:03 -0500 Subject: [PATCH 1/2] Changing the height and the width of the circle --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..054ebbf33 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; + border-radius:50%; + width:500px; + height:500px; } From 4b649752cb1356d54f1087ec3ae55f13868e6de9 Mon Sep 17 00:00:00 2001 From: Ricardo Saldarriaga Date: Fri, 17 Jan 2025 13:03:40 -0500 Subject: [PATCH 2/2] add new color --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 054ebbf33..074509f6c 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