Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .cursor { display: inline-block; width: 30px; height: 30px; cursor: url("/uploads/media/default/0001/04/6388ec92938ec31c9f019a249174f683118b55d6.png"), auto; } </style> </head> <body> <h2>Cursor property example</h2> <p> Hover the mouse cursor over the element to see the changes</p> <i class="cursor">Icon</i> </body> </html>