79132147

Date: 2024-10-28 05:36:30
Score: 0.5
Natty:
Report link
// if you are using class then add `.` before btn
btn NO! || .btn YES !! {
    transition-property: background-color; 
    transition-duration: 0.5s;
}


btn:hover NO! || .btn:hover YES !! {
    background-color: blue;
    color: white;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohit Prajapat