From c2a2c8d0b96976a09e1e54ca3ff7a8dcb710088a Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 25 Nov 2024 16:11:51 +0700 Subject: [PATCH 1/2] updated height & width of the circle to 500px --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..2080e288b 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; +} \ No newline at end of file From 3f6f4f781fa17ff9d8dd3476df7b1cbe5cc3f530 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 25 Nov 2024 16:18:39 +0700 Subject: [PATCH 2/2] added .red attributes --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 2080e288b..b1b4ba147 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,11 @@ .blue { background-color:blue } + +.red { + background-color: red; +} + .circle{ border-radius:50%; width:500px;