Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active January 10, 2018 15:56
Show Gist options
  • Save ScarletPonytail/6aa7456d6e9f69f4cb5e82df840ff994 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/6aa7456d6e9f69f4cb5e82df840ff994 to your computer and use it in GitHub Desktop.
CSS - Background Cover Image
background: url(images/bg.jpg) no-repeat center center;
-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