From 56296e262715bba5aa93a7aa122ba9c10988ef4f Mon Sep 17 00:00:00 2001 From: matte1782 Date: Thu, 13 Feb 2025 21:49:30 +0100 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..9cf3fede3 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; + border-radius:50%; + width:500px; + height:600px; } +Copied!