Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to cover entire div with background image

.divname{
	background-image: url(""); 
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; 
    height: 100%; 
    
}
 
PREVIOUS NEXT
Tagged: #cover #entire #div #background #image
ADD COMMENT
Topic
Name
1+2 =