Answers for "css background image center vertically and horizontally"

CSS
1

css image background center horizontally in div

/*
div with 
class="slot_image" 
*/
.slot_image{
    background: url(url) no-repeat center;
}
Posted by: Guest on December-18-2020

Code answers related to "css background image center vertically and horizontally"

Browse Popular Code Answers by Language