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 {