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.
<html>
<head>
<style type="text/css">
.variante1 {
color: #000000;
background-color: #FFFFFF;
}
.variante2 {
color: #FFFFFF;
background-color: #000000;
}
</style>
</head>
<body>
<div class="variante1" onmouseover="this.className='variante2'" onmouseout="this.className='variante1'">
Text, Text, Text, Text, Text, .....<br />
</div>
</body>
</html>