From dfdfcca7b1f9d7ceae6f51d2bc40a7ed10788d20 Mon Sep 17 00:00:00 2001 From: badr-saud Date: Tue, 24 Sep 2024 15:29:42 +0400 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..2cb63185d 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ -.blue { - background-color:blue -} -.circle{ - border-radius:50%; - width:300px; - height:300px; -} + .blue { + background-color:blue + } + .circle{ + border-radius:50%; + width:500px; + height:500px; + }