This commit is contained in:
Jörn-Michael Miehe 2018-12-06 17:13:49 +01:00
parent 84e487ee80
commit fcac28ca20

View file

@ -4,9 +4,17 @@
@import "node_modules/bootstrap/scss/bootstrap";
html, body {
height: 100%;
overflow: hidden;
}
body {
margin: 0;
background-color: #aaa;
background-image: url(//gameranx.com/wp-content/uploads/2016/02/Final-Fantasy-XV-4K-Wallpaper.jpg);
background-position-x: center;
background-position-y: center;
background-size: cover;
}