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

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools