From bc12aca368edc9fcf391dc19a155e91bfff96f4b Mon Sep 17 00:00:00 2001 From: Sowmya Anand Date: Mon, 16 Jun 2025 09:18:54 -0400 Subject: [PATCH 1/2] Changing colour, border radius --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..d12ca96d5 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ .blue { - background-color:blue + background-color:pink } .circle{ - border-radius:50%; + border-radius:40%; width:300px; height:300px; } From e910ad5d2134e400eb3aceed8ec16bb1ebc01412 Mon Sep 17 00:00:00 2001 From: Sowmya Anand Date: Mon, 16 Jun 2025 09:32:32 -0400 Subject: [PATCH 2/2] added red --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index d12ca96d5..08526b9b0 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,6 @@ width:300px; height:300px; } +.red{ + background-color: red; +}