a) background: image(‚image.jpg‘) fixed;
b) background: url(‚image.jpg‘) no-repeat;
c) background-image: ‚image.jpg‘; background-repeat: none;
d) background: url(‚image.jpg‘) repeat-x;
Webdev-Fragen zum Advent: Tag 15
Welche Anweisung ist korrekt, um ein Bild als Hintergrund festzulegen, das sich nicht wiederholt?