Answers for "how to change the mouse pointer to a hand in css"

CSS
18

css cursor pointer hover

.pointer {
  cursor: pointer;
}
Posted by: Guest on July-30-2020
7

onhover mouse pointer css

li { cursor: pointer; }
Posted by: Guest on March-05-2020

Code answers related to "how to change the mouse pointer to a hand in css"

Browse Popular Code Answers by Language