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

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

C Perror Example

Converting A String To Int In Groovy