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.
<div id="top" ></div>
<div id="bottom"></div>
<div class="clear" />
div#top {
width: 50%;
height: 15px;
background-color: black;
float: left;
}
div#bottom {
width: 50%;
height: 15px;
background-color: red;
float: right;
}
.clear {
clear: both;
}
div {max-height: 100px;}