From 2c45766c00a566ce5711f7d929da9e584f609454 Mon Sep 17 00:00:00 2001 From: Filipe S Date: Wed, 2 Apr 2025 09:03:00 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Mudando=20a=20altura=20e=20a=20largura=20do?= =?UTF-8?q?=20c=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..e5b7463ec 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,6 @@ } .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; } From e17b16de9dd9d3ad74c5c5ec0a50d58fe377243c Mon Sep 17 00:00:00 2001 From: Filipe S Date: Wed, 2 Apr 2025 09:18:01 -0400 Subject: [PATCH 2/2] added a new background-color --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index e5b7463ec..6c7062e67 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,7 @@ width:500px; height:500px; } + +.red { + background-color:red +}