How to Add Hand Cursor on hover at Image.
<img src="img/buy.png" style="height: 100px;">
Anyone can help me here?
How to Add Hand Cursor on hover at Image.
<img src="img/buy.png" style="height: 100px;">
Anyone can help me here?
img {
cursor: pointer;
}
This means that when you hover over the image your cursor will be a pointer.