Skip to content

Instantly share code, notes, and snippets.

@robertannett
Created February 14, 2023 10:52
Show Gist options
  • Save robertannett/b09baf687716d60f6877e04c3af5d9d4 to your computer and use it in GitHub Desktop.
Save robertannett/b09baf687716d60f6877e04c3af5d9d4 to your computer and use it in GitHub Desktop.
Background Cover Image
background-image: url(images/bg.jpg);
background-repeat: no-repeat;
background-position: 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