not able to add background image in css in visual studio code code example
Example: css background image not showing vscode
#bg{
background-image: url("images/image1.jpeg");
}
#bg{
background-image: url("images/image1.jpeg");
}