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.
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<div id="abc">
<ul>
<li onmouseout="this.style.backgroundColor='#1e1e1e';" onmouseover="this.style.backgroundColor='#C7F241';" style="background-color: rgb(30, 30, 30);">
<a href="http://www.lyricing.com/search/A.html">A</a>
</ul>
</div>
#abc a {
color:#595959;
font-family:Tahoma,Sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-decoration:none;
}
#abc ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-top:5px;
text-align:center;
}
#abc li {
background:#1E1E1E none repeat scroll 0%;
border:1px solid #000000;
display:inline;
height:25px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:5px 8px;
text-align:center;
width:22px;
}
#abc li:hover {
background:#C7F241 none repeat scroll 0%;
}