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.
.sitediv_u {
background-color:#000000;
border:solid 0px;
padding:2px;
text-align:center;
vertical-align:middle;
position:absolute;
left:50%;
width:760px;
margin-left: -380px; /*negative Hälfte von width:760px = horizontal zentriert */
top:50%;
height:420px;
margin-top:-210px; /*negative Hälfte von height:420px = vertikal zentriert */
background-image:url(img/hue/bg.gif);
background-repeat:no-repeat;
}
<html>
<head>
<title>
test
</title>
<link rel="stylesheet" type="text/css" href="test.css">
</head>
<body bgcolor="#FFFFFF">
<div class="sitediv_u">
test
</div>
</body>
</html>
div#center
{
position: absolute;
left: 50%;
width: 500px;
margin-left: -250px; /* negative Hälfte von width:500px = horizontal zentriertes DIV */
top: 50%;
height: 300px;
margin-top: -150px; /* negative Hälfte von height:300px = vertikal zentriertes DIV */
}
position: absolute;
width: 500px;
margin-left: -250px; /* negative Hälfte von width:500px = horizontal zentriertes DIV */