I put a background x on my site, with the css code:
body
{
background-image: url("../imagens/back.jpg");
background-color: rgba(64, 118, 182, 1);
background-repeat: no-repeat;
background-size: auto;
}
I wanted the image not...
asked by
25.08.2015 / 00:55