I tried to put the image in the background I put the background-image, I also put the path in the URL but it does not take. body{ margin: 10px; padding: 10px; background-image:url( ooo/imagens/back.jpg); }
Have you tried
../imagens/back.jpg
?– Woss
Log in to the console and check if an error has occurred, maybe the path you are reporting is wrong
– Gabriel Fernandes