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.
<html><head><title>background-attachment</title>
<style type="text/css">
body {
background-image:url(background5.gif);
background-attachment:fixed;
}
</style>
</head><body>
Text <!-- 300 mal oder so... -->
</body></html>