Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<style type="text/css">
#boxAussen{
position: absolute;
top:0px;
left:0px;
width: 500px;
height:500px;
}
#boxInnen{
position: relative;
top:50px;
left:200x;
widht:200px;
height:200px;
}
</style>
<div id="boxAussen">
<div id="boxInnen">Inhalt von boxInnen</div>
</div>
<div id="box1" align="center">
<div id="box2"></div></div>
#box1 {
background-image: url(http://robin.snooser.de/test34/jarryotter.jpg);
margin:auto;
width:1000px;
height:1250px;
margin: -625px 0px 0px -500px;
position:absolute;
top: 50%;
left: 50%;
}