From 06c8bf9922d2ac164d2d4b71bb4c4eadb4b78ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D1=88=C3=90tanjacat?= Date: Thu, 10 Jul 2025 07:22:31 -0400 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=BCChanging=20the=20height=20and=20wid?= =?UTF-8?q?th=20of=20the=20circle=C3=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; }