Skip to content

Instantly share code, notes, and snippets.

@konstantindenerz
Created April 6, 2014 07:02
Show Gist options
  • Save konstantindenerz/10002401 to your computer and use it in GitHub Desktop.
Save konstantindenerz/10002401 to your computer and use it in GitHub Desktop.
.bg-full-screen {
background-image: url(...);
background-color: transparent;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-height: 800px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment