Skip to content

Instantly share code, notes, and snippets.

@psbolden
Created February 18, 2018 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psbolden/f95f53c462e81f14098c571f5278d60a to your computer and use it in GitHub Desktop.
Save psbolden/f95f53c462e81f14098c571f5278d60a to your computer and use it in GitHub Desktop.
CSS : full page background image
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