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.
ich gab gehört mit float geht
könnt ihr mir ein beispiel zeigen
<!DOCTYPE HTML>
<html>
<head>
<title>Untitled</title>
<style type="text/css">
<!--
.rechts {float: right;}
-->
</style>
</head>
<body>
<p>Text links <span class="rechts">Text rechts</span></p>
</body>
</html>