From ad39992a373dd8584684bc129c577a17bd59ddb0 Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 7 Feb 2020 20:08:07 +0100 Subject: [PATCH] Background styles --- client/src/index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/index.css b/client/src/index.css index ec2585e..2a270bd 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -5,6 +5,13 @@ body { sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + + background-repeat: no-repeat; + background-position: center center; + background-size: cover; + background-attachment: fixed; + height: 100%; + width: 100%; } code {