“ustalenie tła” Kod odpowiedzi

Tło statyczne HTML

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

Naprawiono tło obrazu CSS

#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

ustalenie tła

background-attachment:fixed;
Code Cat

Obraz tła CSS śledź przewijanie

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

Odpowiedzi podobne do “ustalenie tła”

Pytania podobne do “ustalenie tła”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu