Created
December 13, 2019 16:54
-
-
Save thexdev/b2f4d8d2ab3c9c9c9ffa053de68e7a89 to your computer and use it in GitHub Desktop.
Position and center the image to scale nicely on all screens
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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