From a25a26f3ea038fa04689762cbddf0d703d2a6e8e Mon Sep 17 00:00:00 2001 From: cvz-dev Date: Mon, 14 Jul 2025 17:49:47 -0400 Subject: [PATCH 1/2] Changing the height and the width of the cicrle --- 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 73eaa38b0170f2ac6cb89635c95aecc82e02636d Mon Sep 17 00:00:00 2001 From: cvz-dev Date: Mon, 14 Jul 2025 20:29:19 -0400 Subject: [PATCH 2/2] addinng red color feature --- new-style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 new-style.css diff --git a/new-style.css b/new-style.css new file mode 100644 index 000000000..c3f3c7f4d --- /dev/null +++ b/new-style.css @@ -0,0 +1,3 @@ +.red { + background-color:red + } \ No newline at end of file