From 9e193ea7cab89eb412f2cd14e66eba903a9da166 Mon Sep 17 00:00:00 2001 From: PheanoukHun Date: Sat, 28 Jun 2025 16:20:47 -0500 Subject: [PATCH 1/2] Changin 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..377a89c97 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500; + height:500px; } From 4dcef939e52d10cc7ff78f05702b8d6ec1f939da Mon Sep 17 00:00:00 2001 From: PheanoukHun Date: Sat, 28 Jun 2025 16:28:04 -0500 Subject: [PATCH 2/2] added the red background color square --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 377a89c97..46149c21b 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,11 @@ .blue { background-color:blue } + +.red { + background-color: red; +} + .circle{ border-radius:50%; width:500;