From e11d80f7fde64d8391f674885a8f35b9d3d95feb Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 26 May 2020 14:28:01 +0100 Subject: [PATCH] Added background color --- index.html | 1 + success.html | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 8a39d9f..f699772 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@ margin: 0; padding: 0; text-align: center; + background-color: #e54655; } img { diff --git a/success.html b/success.html index b4d8f38..8cba261 100644 --- a/success.html +++ b/success.html @@ -19,6 +19,7 @@ margin: 0; padding: 0; text-align: center; + background-color: #e54655; } img {