css image background center horizontally in div

Solutions on MaxInterview for css image background center horizontally in div by the best coders in the world

showing results for - "css image background center horizontally in div"
Nisa
12 Oct 2018
1/*
2div with 
3class="slot_image" 
4*/
5.slot_image{
6    background: url(url) no-repeat center;
7}