Answers for "how to change link color hover button text"

CSS
0

how to change link color hover button text

a{
text-decoration:none;
color:white;
}
.btn{
background-color:black;}
.btn:hover {background: gray;}
.btn:hover > a {color:black}
Posted by: Guest on March-18-2022

Code answers related to "how to change link color hover button text"

Browse Popular Code Answers by Language