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.
<!doctype html>
<html>
<head>
<title>Transparentz</title>
<meta charset="UTF-8">
<style>
* {
margin:0;
padding:0;
}
html, body {
height:100%;
}
body {
background:url(bild2.jpg) fixed;
background-size:cover;
position:relative;
}
#wrapper {
padding:10px;
min-height:100%;
background:rgba(0,0,0,.95);
color:#fff;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="innen">
<h1> Titel </h1>
<p>Hier kommt der Text</p>
</div>
</div>
</body>
</html>