From 331b5cd403dccacc5ef9d3407d3581de0f720495 Mon Sep 17 00:00:00 2001 From: muhammednashat Date: Wed, 26 Mar 2025 11:00:46 +0200 Subject: [PATCH] changing style file --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..64847807f 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:rgb(0, 255, 170) } .circle{ - border-radius:50%; - width:300px; + border-radius:51%; + width:340px; height:300px; }