Answers for "url("") doesnt work in css to add background image"

CSS
0

background image in css is not working

background-image: url(nickcage.jpg); // first problem may be missing quotation mark
// Second may be wrong path 
// check the name of the file if there is any error
// check whether you are using proper extension of the file
Posted by: Guest on May-12-2020

Code answers related to "url("") doesnt work in css to add background image"

Browse Popular Code Answers by Language