Css Image In Background Code Example


Example 1: css background image


background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;

Example 2: css background image


body {
background-image: url("paper.gif");

}

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