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.
#content {
position: relative;
}
#eselsohr {
position: absolute;
top: 0;
right:0;
background-image: url(eselsohr.png);
height: wert.px;
width: wert.px;
}
.content {
top: 100px;
font-size: 12px;
text-align: left;
left: 19px;
width: 970px;
height: 100%;
}
.oben {
position: absolute;
top: 0px;
left: 0px;
background-image: url(oben.png);
height: 556px;
width: 1003px;
}
body {
background-image: url('oben.png') fixed;
font-family: verdana, arial, "lucida grande", sans-serif;
text-align: left;
margin-top: 0px;
height: 100%;
}
<body>
<div class="oben">
<div class="content">
hm
</div>
</div>
</body>