The file path 'images/ip-box.png'
implies that the css file is at the same level as the images folder.
It's probably more common to have 'images' and 'css' folders at the same level as the 'index.html' file.
If that were the case and the css file were one level down in its respective folder, then the path to ip-box.jpg
as specified in the css file would be: '../images/ip-box.png'