bring div image background center code example
Example: css image background center horizontally in div
/*
div with
class="slot_image"
*/
.slot_image{
background: url(url) no-repeat center;
}
/*
div with
class="slot_image"
*/
.slot_image{
background: url(url) no-repeat center;
}