how to change cursor to hand on hover css code example
Example 1: css cursor pointer hover
.pointer {
cursor: pointer;
}
Example 2: on hover change cursor
li {
cursor: pointer;
}
Example 3: onhover mouse pointer css
li { cursor: pointer; }
.pointer {
cursor: pointer;
}
li {
cursor: pointer;
}
li { cursor: pointer; }