Dado o seguinte código CSS:body { backgrou...

Próximas questões
Com base no mesmo assunto
Q1396774 Noções de Informática

Dado o seguinte código CSS:


body { background-color: #FFCC66;

background-image: url("butterfly.gif");

background-repeat: no-repeat;

background-attachment: fixed;

background-position: right bottom; }


É correto afirmar que a imagem

Alternativas