Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background image fill div

div {
	background-image: url("example.com/image.png");
    background-repeat: no-repeat;
    background-size: cover;
}
 
PREVIOUS NEXT
Tagged: #background #image #fill #div
ADD COMMENT
Topic
Name
7+5 =