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.
#navi a
{
display: block;
width:97;
height:24px;
}
a.home:link, a.home:visited
{
background-image: url(image/home.jpg);
}
#buttons ul {
list-style-type: none; /* Punkte weg vor li´s */
}
#buttons ul li{
float: left; /* Buttons nebeneinander, die ul oder #buttons kannst du trotzdem mittig ausrichten */
}
#buttons ul li a
{
display: block;
width:97px;
height:24px;
}
a.home:link,
a.home:visited,
a.home:active
{
background-image: url(image/home.jpg);
}