“Hintergrund behoben” Code-Antworten

HTML statischer Hintergrund

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

Im Bildhintergrund CSS festgelegt

#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

Hintergrund behoben

background-attachment:fixed;
Code Cat

CSS -Hintergrundbild Folgen Sie Scrollen

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

Ähnliche Antworten wie “Hintergrund behoben”

Fragen ähnlich wie “Hintergrund behoben”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen