From 19bbf7992f7fcb73661ddf781d8cd981029c0774 Mon Sep 17 00:00:00 2001 From: arthurtran04 Date: Tue, 22 Apr 2025 02:39:02 -0400 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; }