From 137e39fb070997d76bb0753f2fc4543fa9ba0b21 Mon Sep 17 00:00:00 2001 From: Nicolas Heredia Date: Sat, 26 Apr 2025 11:35:45 -0300 Subject: [PATCH 1/2] Cambiando la altura y el ancho del circulo --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..2080e288b 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; +} \ No newline at end of file From 5d57b5b62812ce031a4b3598b2880edf714de783 Mon Sep 17 00:00:00 2001 From: Nicolas Heredia Date: Sat, 26 Apr 2025 11:40:45 -0300 Subject: [PATCH 2/2] Adding red color --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 2080e288b..85a6b7c82 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,11 @@ .blue { background-color:blue } + +.red{ + background-color:red +} + .circle{ border-radius:50%; width:500px;