I can not put image in the background

1

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 get any way.

body{
    margin: 10px;
    padding: 10px;
    background-image:url( ooo/imagens/back.jpg);
}

    
asked by anonymous 29.05.2018 / 22:09

1 answer

1
background-image: url('../imagens/back.jpg');
    
29.05.2018 / 22:30