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.
а {
color: #000000;
tex-decoration: none;
}
a:hover {
color: #FFFFFF;
tex-decoration: none;
}
<link rel="stylesheet" href="css.css" type="text/css">
а {
color: #000000;
tex-decoration: none;
}
a:hover {
color: #FFFFFF;
tex-decoration: none;
}
//различен цвят
а.link {
color: #990000;
tex-decoration: none;
}
a:hover.link {
color: #CCCCCCC;
tex-decoration: none;
}
<a href="#" class="link">текст</a>