Css href stylingCSS

Разбираемся в CSS
Anonymous
Css href styling

Сообщение Anonymous »

У меня есть href с class = "button" < /code> < /p>

Я пытаюсь придумать это так: < /p>

Код: Выделить всё

.button a:link {text-decoration: none}
.button a:visited {text-decoration: none}
.button a:active {text-decoration: none}
.button a:hover {text-decoration: none; background-color:yellow;color:blue}
< /code>

Почему он не работает?
Как установить стиль для Href с этим классом (class="button"
)

Подробнее здесь: https://stackoverflow.com/questions/585 ... ef-styling

Вернуться в «CSS»