From 7540bea1c71ed001399f656ed31d217f11798179 Mon Sep 17 00:00:00 2001 From: Pina-Vetrano Date: Tue, 30 Nov 2021 06:26:21 -0800 Subject: [PATCH] added background-color --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 4ec3b11..caf7526 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ .container{ display: flex; justify-content: center; + background-color: #de14de; }