Skip to content

Commit

Permalink
Merge pull request #2 from arky/new-skin
Browse files Browse the repository at this point in the history
Set the background image cover entire page
  • Loading branch information
Nick McIntyre committed Sep 7, 2017
2 parents 4f85c07 + 4105f3c commit 2f8b653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -21,6 +21,7 @@
html{
background-image: url('img/background.jpg');
background-repeat: no-repeat;
background-size: cover;
}
body{
background: none;
Expand Down

0 comments on commit 2f8b653

Please sign in to comment.