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.
<body>
<div class="box1">
<img src="bilder/linksoben.jpg">
<div class="buttonscontainer">
<div class="buttons">
<a href="#">Startseite</a>
<a href="#">Über uns</a>
<a href="#">Unser Service</a>
<a href="#">Online-Shop</a>
<a href="#">Kontakt</a>
<a href="#">Impressum</a>
</div>
</div>
</div>
<div class="box2">
<h3>Freilebende Gummibärchen gibt es nicht.</h3>
<p>Man kauft sie in Packungen an der Kinokasse. Dieser Kauf ist der Beginn einer fast erotischen und sehr ambivalenten
Beziehung Gummibärchen-Mensch. Zuerst genießt man. Dieser Genuß umfaßt alle
Sinne. Man wühlt in den Gummibärchen, man fühlt sie. Gummibärchen haben eine
Konsistenz wie weichgekochter Radiergummi. Die Tastempfindung geht auch ins
Sexuelle. Das bedeutet nicht unbedingt, daß das Verhältnis zum Gummibärchen
ein geschlechtliches wäre, denn prinzipiell sind diese geschlechtsneutral.
Nun sind Gummibärchen weder wabbelig noch zäh; sie stehen genau an der Grenze.
Auch das macht sie spannend.</p>
</div>
</body>
body{
margin:0px;
padding:0px;
overflow:auto;
font-family:Verdana, Arial, Tahoma;
font-size:12px;
line-height:16px;
color:#000000;
}
.box1{
background-image: url(bilder/linksbg.gif);
float:left;
height:100%;
overflow:hidden;
width:380px;
margin:0;
padding:0;
}
.box2{
background:#D9EFEF;
height:100%;
margin:0px;
padding:10px;
overflow:auto;
}
.buttonscontainer {
float:left;
width: 180px;
margin-top:30px;
}
.buttons a {
color: #ffffff;
background-color: ;
padding: 7px;
padding-left: 3px;
display: block;
border-bottom: 1px solid ;
font: 12px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: right;
}
.buttons a:hover {
background-color: ;
color: #000000;
text-decoration: none;
}
h1 {font-size:18px;color:#000000;line-height:24px;padding-top:20px;}
h2 {font-size:16px;color:#000000;line-height:21px;padding-top:16px;}
h3 {font-size:14px;color:#000000;line-height:18px;padding-top:12px;}
p {margin-top:0px;}
html, body{
overflow: hidden;
height: 100%;
margin: 0;
padding: 0;
}
body{
font-family:Verdana, Arial, Tahoma;
font-size:12px;
line-height:16px;
color:#000000;
}
.box1{
background-image: url(bilder/linksbg.gif);
float:left;
height:100%;
overflow:hidden;
width:380px;
margin:0;
padding:0;
}
.box2{
background:#D9EFEF;
height:100%;
margin:0;
padding:0;
overflow:auto;
}
.buttonscontainer {
float:left;
width: 180px;
margin-top:30px;
}
.buttons a {
color: #ffffff;
padding: 7px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #000000;
font: 12px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: right;
}
.buttons a:hover {
color: #000000;
text-decoration: none;
}
h1 {font-size:18px;color:#000000;line-height:24px;padding-top:20px;}
h2 {font-size:16px;color:#000000;line-height:21px;padding-top:16px;}
h3 {font-size:14px;color:#000000;line-height:18px;padding-top:12px;}
p {margin-top:0px;}