79454864

Date: 2025-02-20 14:44:11
Score: 1
Natty:
Report link

you select button element insted of class:

button:hover { 
  font-family: Arial, Helvetica, sans-serif; 
}

it has to be:

.button:hover { 
  font-family: Arial, Helvetica, sans-serif; 
}

if you want to select class="button"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dimitriy07