From b5a4cd2e3961d1429e86d045c4b273ec2e8ffc96 Mon Sep 17 00:00:00 2001 From: cwilliams85216 Date: Sun, 7 Sep 2025 19:20:20 -0400 Subject: [PATCH 1/2] Changing the height and the width of the circle --- 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 a982366b1f57af0548dafc4a7ce55f1c9c13348a Mon Sep 17 00:00:00 2001 From: cwilliams85216 Date: Sun, 7 Sep 2025 19:31:03 -0400 Subject: [PATCH 2/2] adding red color feature --- circle.html | 2 +- style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/circle.html b/circle.html index 213a8df4e..a6ac407ca 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..9ed9cade2 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