From 592516f7a756eb80f8bf1d3ac0d2414f7584f561 Mon Sep 17 00:00:00 2001 From: bernzdgzmnps23 Date: Wed, 11 Jun 2025 13:24:45 +0800 Subject: [PATCH 1/2] Change the color height and the width of the circle --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..b6929f4df 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:rgb(0, 0, 0) } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } From 5b9d3705dd68d6162c716e80dae08b43b37b623f Mon Sep 17 00:00:00 2001 From: bernzdgzmnps23 Date: Wed, 11 Jun 2025 15:12:32 +0800 Subject: [PATCH 2/2] change w h and color to gree --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b6929f4df..de800d9f2 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:rgb(0, 0, 0) + background-color:rgb(109, 255, 24) } .circle{ border-radius:50%; - width:500px; - height:500px; + width:700px; + height:700px; }