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.
folgendes muss der link haben damit er den ganzenplatz ausnutzt:
display:block;
line-height:_XX_px; /* höhe des feldes */
das feld darf dann aber kein padding besitzen.
.link {
color:#ffffff;
background-color:#000000;
display: block;
font-size: 8pt;
text-decoration:none;
}
.link:hover {
color:#000000;
background-color:#ffffff;
display: block;
font-size: 8pt;
text-decoration:none;
}