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.
вкарай текста в див...GaTio каза:да става ама и <hr /> се мести надолу а аз искам само текста...
div.left{
width:200px;
height:550px;
float:left;
background-image:url(menu.jpg);
}
<div class="left">
<center>
Меню<br />
<hr size="1px" />
<a class="button" href="index.html">» Начало</a>
<br />
<a class="button" href="us.php">» За Нас</a>
<br />
<a class="button" href="contact.php">» Контакти</a>
<br />
<a class="button" href="reg.php">» Регистрация</a>
</center>
</div>