SyntaxFix
Write A Post
Hire A Developer
Questions
This works for me for aligning the image to center of div.
.yourclass { background-image: url(image.png); background-position: center; background-size: cover; background-repeat: no-repeat; }