set url as background image code example
Example 1: css background image
background-image: url("image.gif");
Example 2: background css image
background-image: url('./image.jpg');
background-image: url("image.gif");
background-image: url('./image.jpg');