“fundo fixo” Respostas de código

Fundo estático HTML

body {
  background-image: url("img_tree.gif");
  
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  background-size: cover;
}
Lazurite

CSS de fundo de imagem fixa

#hero1{
 background:url(https://4.bp.blogspot.com/_AQ0vcRxFu0A/S9shDGGyMTI/AAAAAAAAAYk/kn3WTkY2LoQ/s1600/IMG_0714.JPG);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
Nasty Nightingale

fundo fixo

background-attachment:fixed;
Code Cat

imagem de fundo css siga rolagem

background-attachment: scroll;
background-attachment: fixed;
background-attachment: local;
Lioruby

Respostas semelhantes a “fundo fixo”

Perguntas semelhantes a “fundo fixo”

Procure respostas de código populares por idioma

Procurar outros idiomas de código