Background image is not getting displayed
you should check Browser console to know what error getting or not.
You error is wrong image path.
learn more about how to access parent folder and one step up parent folder using ./ and …/ before url
try and learn
./folder/file_name.jpg
../folder/file_name.jpg
background-image: url(‘images/cake2.jpg’);
use quotes