From 90958ff451dd4f127832dc43842a6d9ecf957afa Mon Sep 17 00:00:00 2001 From: Suleeyman Date: Sun, 20 Jul 2025 16:07:27 +0200 Subject: [PATCH] Change color and add semi-colon --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..c8ddb9f05 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; + width:500px; + height:500px; }