CSS Code:
#Abcxyz123 button:hover /*Replace with your css selector*/
{
background-color: #000; /*Replace with your color*/
}
Modified on: Fri, 30 Oct, 2020 at 1:28 PM
CSS Code:
#Abcxyz123 button:hover /*Replace with your css selector*/
{
background-color: #000; /*Replace with your color*/
}
Did you find it helpful? Yes No
Send feedback