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.
Демо<style type="text/css">
div.siv {
text-align: center;
background: gray;
width: 250px;
height: 200px;
}
div.nav {
background: black;
width: 200px;
height: 150px;
color: gray;
}
</style>
<body>
<div class="siv">
<div class="nav">
Навигация
</div>
</div>
div.nav2{
background-color:#2E302D;
width:129px;
height:25px;
text-align: center;
}