background image in css is not working

CSS
background-image: url(nickcage.jpg); // No quotes around the file name so just write it down without "nickcage".jpgbackground-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 
Source

Also in CSS: