From c4779e40f407f1882191737cb799bb86fbd4ca6f Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 15 Aug 2017 14:25:28 +0000 Subject: [PATCH] blue background --- index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.css b/index.css index 6bb3652..4be76db 100644 --- a/index.css +++ b/index.css @@ -5,6 +5,10 @@ html, body, button, textarea { line-height: 18px; } +body { + background-color: #0079bf; +} + header { text-align: center; }