Ir para conteúdo
  • 0

Background


Gabriela

Pergunta

2 respostass a esta questão

Posts Recomendados

  • 0

Olá, seguindo o seguinte formato:
 

<div class="background_container">

</div>
<style>
.background_container{
  background-image: url("XXX");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* <= Aqui é o responsável */
}
</style>

Espero que lhe ajude!
Fonte: https://stackoverflow.com/questions/25369487/background-image-that-moves-when-you-scroll-down-the-page

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...