Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css image background center horizontally in div

/*
div with 
class="slot_image" 
*/
.slot_image{
    background: url(url) no-repeat center;
}
 
PREVIOUS NEXT
Tagged: #css #image #background #center #horizontally #div
ADD COMMENT
Topic
Name
2+4 =