From 8a0f1a201a0532d3acd412a7a8ab33716bbb62a0 Mon Sep 17 00:00:00 2001 From: wilpall76 Date: Sun, 24 Nov 2024 16:30:27 -0500 Subject: [PATCH] con --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b1a4e3b87..496c7301c 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,11 @@ .blue { background-color:blue } +.red { + background-color:red +} .circle{ border-radius:50%; - width:300px; - height:300px; + width:500px; + height:500px; }