background url image for css code example
Example: css background image
background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;