Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ralphcrisostomo/5633670 to your computer and use it in GitHub Desktop.
Save ralphcrisostomo/5633670 to your computer and use it in GitHub Desktop.
Responsive Background Image
.wrapper {
background-image: url("../img/bg.jpg");
background-repeat: no-repeat;
background-position: center center;
@include background-size(cover);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment