Answers for "css image background center horizontally in div"

CSS
0

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 image background center horizontally in div"

Browse Popular Code Answers by Language