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%;
margin-left: -350px; /* negative Hälfte von width:700px */
width: 700px;
top: 0;
}
div.center {
position: absolute;
left: 50%;
margin-left: -350px; /* negative Hälfte von width:700px */
width: 700px;
top: 50%;
margin-top: -290px; /* negative Hälfte von height:580px */
height: 580px;
}
.avatarDiv{ width: 100px;
height: 100px;
border: 1px solid #000;
background-position: 50% 50%;
background-repeat: no-repeat;}
<div class="avatarDiv" style="background-image: url(<?php echo($strPfadMitBild); ?>);" title="Der Avatar"> </div>