From 788879124a85f1d99c2de0325d8377a3fc820810 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 14 Sep 2024 20:39:09 -0500 Subject: [PATCH 1/3] =?UTF-8?q?Cambiar=20la=20altura=20y=20el=20acnho=20de?= =?UTF-8?q?l=20c=C3=ADrculo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..8616856b3 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 2e7a24261bcf6bb4f578843234b0620ab0d3f83a Mon Sep 17 00:00:00 2001 From: David Date: Sat, 14 Sep 2024 22:53:24 -0500 Subject: [PATCH 2/3] agregando el color rojo --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 8616856b3..3ccfe33c7 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,7 @@ width:500px; height:500px; } + +.red { + background-color:red +} \ No newline at end of file From f003896973ca0189051b1cc3402d001cdeaa72f1 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 14 Sep 2024 23:02:42 -0500 Subject: [PATCH 3/3] adding red color feature --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3ccfe33c7..0eb444197 100644 --- a/style.css +++ b/style.css @@ -8,5 +8,5 @@ } .red { - background-color:red + background-color:red } \ No newline at end of file