Customizing the Mouse Cursor | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Customizing the Mouse Cursor

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

16th Oct 2020, 1:45 PM
Jash Sampat
1 Antwort
+ 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