From ebec0d6ce4a7555a350bba47f0d92c3bf8e8f4ac Mon Sep 17 00:00:00 2001 From: ussingdi Date: Sun, 6 Oct 2024 23:54:17 -0400 Subject: [PATCH 1/2] Changing the height and wifth 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 29798de937d7fbfda473a1b8f0dbee8c8d45cf83 Mon Sep 17 00:00:00 2001 From: ussingdi Date: Mon, 7 Oct 2024 00:08:19 -0400 Subject: [PATCH 2/2] Changed Color of the Circle --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2080e288b..0af37312c 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,11 @@ .blue { - background-color:blue + background-color:green; } .circle{ border-radius:50%; width:500px; height:500px; +} +.red { + background-color:red; } \ No newline at end of file