0
how to use cursor in css
i really didn't get how to use even i know it's code
2 Answers
+ 2
Hello, anjit pariyar !
You need to study more carefully the lessons from SoloLearn, and then you can understand everything yourself.
https://www.sololearn.com/learn/CSS/1110/?ref=app
Good luck in programming on SoloLearn!
0
cursor: pointer;//hand
cursor: default//normal
cursor: crosshair; ...