From 31bc6d13263411b132f743f96c983b9245a79890 Mon Sep 17 00:00:00 2001 From: CESINHAFX Date: Sun, 6 Jul 2025 01:35:36 -0400 Subject: [PATCH] =?UTF-8?q?Mudando=20a=20altura=20e=20a=20largura=20do=20c?= =?UTF-8?q?=C3=ADrculo?= 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..fbe158c6b 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width: 500px; + height:px; }