From fa1f98f25f8df576047d0035f30f5a9c566693d8 Mon Sep 17 00:00:00 2001 From: Fernando Milhano Date: Fri, 30 May 2025 13:06:12 -0400 Subject: [PATCH] adding red color feature --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..a24386702 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,9 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } +.red { + background-color:red + } \ No newline at end of file