From 85e886b34ebab3d61e9157b7140881290d4284ef Mon Sep 17 00:00:00 2001 From: HelenaMDev Date: Thu, 24 Oct 2024 10:49:04 -0400 Subject: [PATCH 1/3] Changing the height and the width of the circle --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..2080e288b 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 4ce2d31fad36fda17d22f5e84799a92c30490689 Mon Sep 17 00:00:00 2001 From: HelenaMDev Date: Thu, 24 Oct 2024 11:03:45 -0400 Subject: [PATCH 2/3] Added red color --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2080e288b..57f114c6e 100644 --- a/style.css +++ b/style.css @@ -5,4 +5,7 @@ border-radius:50%; width:500px; height:500px; -} \ No newline at end of file +} +.red { + background-color:red + } \ No newline at end of file From 080eca35a323f0081472dda9c11a877c0d5292e9 Mon Sep 17 00:00:00 2001 From: HelenaMDev Date: Thu, 24 Oct 2024 11:09:28 -0400 Subject: [PATCH 3/3] Removed extra space --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 57f114c6e..19bff1200 100644 --- a/style.css +++ b/style.css @@ -8,4 +8,4 @@ } .red { background-color:red - } \ No newline at end of file +} \ No newline at end of file