Skip to content

Instantly share code, notes, and snippets.

@thexdev
Created December 13, 2019 16:54
Show Gist options
  • Save thexdev/b2f4d8d2ab3c9c9c9ffa053de68e7a89 to your computer and use it in GitHub Desktop.
Save thexdev/b2f4d8d2ab3c9c9c9ffa053de68e7a89 to your computer and use it in GitHub Desktop.
Position and center the image to scale nicely on all screens
.hero-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment