Answers for "how to change cursor hand coming on image"

CSS
0

change mouse pointer on image hover

img:hover {
    cursor: pointer;
}
Posted by: Guest on September-16-2021

Code answers related to "how to change cursor hand coming on image"

Browse Popular Code Answers by Language