Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<div class="bg"> <!-- Inhalt --> </div>
.bg {
background-image: url("deinbild.jpg");
background-repeat: no-repeat;
background-color: #FFF;
...
}
weil ich mehrere divs in mner datei hab und ich will das bild nur in der einen als hintergrund
#bg {
background-image: url("deinbild.jpg");
background-repeat: no-repeat;
background-color: #FFF;
...
}
<div id="bg"> <!-- Inhalt --> </div>