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.
div.center {
position:absolute;
left: 50%;
width: 700px;
margin-left: -350px; /* negative Hälfte von width:700px */
top: 50%;
height: 500px;
margin-top: -250px; /* negative Hälfte von height:500px */
background: #efefef;
}
<body>
<div class="center"> <!-- Seiteninhalt --> </div>
</body>