Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
#links {
position: relative;
float: left;
top: 0;
left: 0;
height: 50px;
width: 79.75%;
border: 1px solid #000;
margin: 2px;
}
#rechts {
position: relative;
float: right;
top: 0;
right: 0;
height: 50px;
width: 150px;
border: 1px solid #000;
margin: 2px;
}
<div id="links">links</div>
<div id="rechts">rechts</div>
#links {
position: relative;
float: left;
top: 0;
left: 0;
height: 50px;
width: 500px;
border: 1px solid #000;
margin: 2px;
}
#rechts {
position: relative;
float: left;
top: 0;
right: 0;
height: 50px;
width: 150px;
border: 1px solid #000;
margin: 2px;
}