Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
#box {
width:600px;
height:300px;
position:absolute;
left:50%;
margin-left:-300px; /* negative Hälfte von width:600px */
top:50%;
margin-top:-150px; /* negative Hälfte von height:300px */
}