Im trying to insert an image with css, the problem is that it works whit http images from the internet , but when i use my local images with the right path is not working.
btw I have the images in the same folder of the html file. also using right click copy path from visual code.
here is the css:
.cuerpo{
background-image:url("");
height: 100vh;
background-size: bottom;
display:flex;
justify-content: center;
align-items: center;
flex-direction: column;
}