Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<html>
<head>
<style type="text/css">
#all {margin-top: 80px; margin-left: 500px;}
#left {float: left; height: 30px; width: 150px; border: 1px #000 solid;}
#center {float: left; height: 30px; width: 150px; border: 1px #000 solid;}
#right {float: left; height: 30px; width: 150px; border: 1px #000 solid;}
.clear {clear: both; line-height: 0px;}
#footer {width: 454px; border: 1px #000 solid;}
</style>
<head>
<body>
<div id="all">
<div id="left">Лявото меню</div>
<div id="center">Средното меню</div>
<div id="right">Дясното меню</div>
<div class="clear"> </div>
<div id="footer">Footer</div>
</div>
</body>
</html>