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>
#buton
{
text-decoration: none;
}
#buton a
{
background: black;
text-align: center;
color: white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-decoration: none;
padding: 4px 10px;
}
#buton a:hover
{
background: green;
text-align: center;
color: white;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
</style>
</head>
<body>
<div id="buton"><a href="#">Buton</a></div>
заоблянето само под Мозила и Сафари
</body>
</html>