css background image not showing

CSS
body { background: url('image_path_name') repeat 0 0; }

Make sure image_path_name is correctly written, if not then kindly check file extension once.

Thanks!!
Source

Also in CSS: