Created
February 1, 2021 22:15
-
-
Save halityurttas/4acc974cca4d9d9e534c37c04008e574 to your computer and use it in GitHub Desktop.
Image fixed size as background
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
.list-image { | |
max-width: 100%; | |
height: 300px; | |
background-size: cover; | |
background-repeat: no-repeat; | |
background-position: center center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment