From f023fb7750122766748426708f0e0b8c7c2b160f Mon Sep 17 00:00:00 2001 From: Elijah Bansley Date: Thu, 17 May 2018 14:58:31 -0500 Subject: [PATCH] Update style.css --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 0b70060..3713715 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,15 @@ +body { + margin-top: 0px; + margin-left: 0px; + margin-right: 0px; + text-align: center; +} + #title { text-align: center; padding: 50px; background-color: black; + background-image: url("https://icdn1.digitaltrends.com/image/nintendo-switch-review-photos-pdx-580.jpg"); color: white; width: 100%; margin-top: 0px;