Created
February 18, 2018 19:40
-
-
Save psbolden/f95f53c462e81f14098c571f5278d60a to your computer and use it in GitHub Desktop.
CSS : full page background image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html{ | |
background: url(https://source.unsplash.com/daily) no-repeat center center fixed; | |
background-size: cover; | |
height: 100%; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment