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.
.button {
display: block;
float: left;
background: #FFFFFF;
border: none;
border-top: 5px Solid Red;
}
.button:hover {
border-top: 5px Solid Blue;
}
<a href="#" class="button">Нещо</a>