From 40cfe08f7694e7868ae9155f58963127e76894ac Mon Sep 17 00:00:00 2001 From: Felipe Jordani Date: Wed, 15 Jan 2025 12:16:12 +0100 Subject: [PATCH 1/2] css updated for circle 500 --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..3e6bc06de 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; +} \ No newline at end of file From 33aa3ab094a2357d43fd73cbb2cb8ccfcd0cb798 Mon Sep 17 00:00:00 2001 From: Felipe Jordani Date: Wed, 15 Jan 2025 12:23:34 +0100 Subject: [PATCH 2/2] add the color red --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 3e6bc06de..3ccfe33c7 100644 --- a/style.css +++ b/style.css @@ -5,4 +5,8 @@ border-radius:50%; width:500px; height:500px; +} + +.red { + background-color:red } \ No newline at end of file