cursor to hand or custom [ 1212 views ]
Goal: to customize the cursor over an object
.handy{
cursor: hand;
pointer: hand;
}
.openhand{
cursor: url('https://mail.google.com/mail/images/2/openhand.cur'), default !important;
}
.closedhand{
cursor: url('https://mail.google.com/mail/images/2/closedhand.cur'), default !important;
}


