From 71966db650c1105e313e0693fac0cdaf9f3763c3 Mon Sep 17 00:00:00 2001 From: VissROMs Date: Tue, 14 Jan 2025 10:48:05 +0200 Subject: [PATCH] Changing the height and the width of the circle --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b1a4e3b87..0c5fcda3a 100644 --- a/style.css +++ b/style.css @@ -4,5 +4,5 @@ .circle{ border-radius:50%; width:300px; - height:300px; + height:500px; }