From 1ef4fda39b2c829e98ce2ebb25cbb106cb641bcf Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Tue, 27 Aug 2024 22:29:54 -0500 Subject: [PATCH] added white --- a.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/a.html b/a.html index 8579018..2ac7a40 100644 --- a/a.html +++ b/a.html @@ -14,6 +14,9 @@ #blue { background-color: blue; } + #white{ + background-color: white; + } button { border-radius: 5px; width: 100px; @@ -27,6 +30,7 @@ + \ No newline at end of file