Answers for "background image css margin top"

CSS
1

css background offset

background-position: 5px 5px;
Posted by: Guest on May-30-2020
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

Browse Popular Code Answers by Language