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 class="aussen">
<div class="innen">
</div>
</div>
div.aussen{
display: table-cell;
vertical-align: middle;
width:700px;
height:700px;
border:1px solid #F00;
}
div.innen{
width:500px;
margin:0 auto;
border:1px solid #30F;
}