Skip to content

Instantly share code, notes, and snippets.

@lizardking8610
Created May 30, 2019 00:25
Show Gist options
  • Save lizardking8610/b7df1d0038806bde8ab42fcfd10baf9d to your computer and use it in GitHub Desktop.
Save lizardking8610/b7df1d0038806bde8ab42fcfd10baf9d to your computer and use it in GitHub Desktop.
#header {
width: 100%;
height: 100%;
background: url(../img/yourpic.jpg) no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment