From 92984ed8b3a7aca1a7fc7de7d287c2f6271852fd Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 6 Mar 2019 07:42:59 +0700 Subject: [PATCH] Add background colour --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 83a7270..a7ae9a9 100644 --- a/style.css +++ b/style.css @@ -1 +1,5 @@ @import 'modern-normalize'; + +body { + background-color: #F0918E; +}