From 8897c292e7715c8bcf0d32fb46c908d454652c2f Mon Sep 17 00:00:00 2001 From: Caio Romanha Date: Fri, 24 Jan 2025 08:57:44 -0500 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..054ebbf33 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:blue } .circle{ - border-radius:50%; - width:300px; - height:300px; + border-radius:50%; + width:500px; + height:500px; }