Customizing the Mouse Cursor | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Customizing the Mouse Cursor

p { _______ : _____; } What is the answer of this and explain.

16th Oct 2020, 1:45 PM
Jash Sampat
1 Answer
+ 1
If u want change the cursor of p, u should have: p:hover{ cursor:pointer; }
16th Oct 2020, 9:11 PM
Miguel Ángel
Miguel Ángel - avatar