From c6d126da84671d7f8d30897fa7a22cfdfb0a4680 Mon Sep 17 00:00:00 2001 From: Pat-Asiste Date: Tue, 21 Oct 2025 16:40:52 -0500 Subject: [PATCH 1/2] =?UTF-8?q?Cambiando=20la=20altura=20y=20el=20ancho=20?= =?UTF-8?q?del=20c=C3=ADrculo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b371656f2c0a5e76920668fc53764be837e07d7b Mon Sep 17 00:00:00 2001 From: Pat-Asiste Date: Wed, 22 Oct 2025 15:42:42 -0500 Subject: [PATCH 2/2] edited circle color as RED --- circle.html | 2 +- style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/circle.html b/circle.html index 213a8df4e..7a7922316 100644 --- a/circle.html +++ b/circle.html @@ -6,7 +6,7 @@

How to create a circle using a div

-
+
diff --git a/style.css b/style.css index e5b7463ec..81909e52d 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ .blue { background-color:blue } +.red { + background-color:red; +} .circle{ border-radius:50%; width:500px;