howto add image url css code example
Example 1: how to add image with url in css
background-image: url('images/my-image.png');
Example 2: css add image
background-image: url("imageFile.png");
background-image: url('images/my-image.png');
background-image: url("imageFile.png");