set backgroud inamge css from url code example
Example: using css how do you put a 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;