Html Css Background Image No Repeat Code Example


Example 1: How to make a backgroud image with no repeat in html


.background {
background-image: url('name.jpeg');
background-repeat: no-repeat;
background-size: 100%;
}

Example 2: how to make image not repeat on background


.image {
background-repeat: no-repeat;
}

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy