Why can not I call an image from the css when I have the css file inside a folder? (I tried putting it in a folder to order).
I'm trying to call an image that I have in an IMG folder but it will not let me, but when I have the "messy" css file without being in any folder, it lets me call it without problem?
I am trying to call it in the following way.
.imagen-fondo{
background:url(https://img-aws.ehowcdn.com/600x375/photos.demandstudios.com/getty/article/147/118/71031242.jpg);
height:500px;
width:500px;
}
<div class="imagen-fondo">
</div>