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 style="background-image:url(Bild.jpg); width: 200px; height: 100px;">Hier dein Text</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
.box {
position: relative;
height: 390px;
width: 340px;
}
.box_text {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
background-image:url(halb_tranz_png.png);
background-repeat: repeat;
}
</style>
</head>
<body>
<div class="box">
<div class="box_text">
<h1>Überschrift</h1>
<p>kleiner text bla</p>
</div>
<a href="#"><img src="hintergundbild.jpg" width="340" height="390" /></a>
</div>
</body>
</html>