Home | Downloads | Web Requests | Docs

Classic CSS

Made by tinyaviator

Cursor

By using cursor as your property, you can put the costume of the cursor when someone hovers over the element. You don't have to put hover however. Just put the name of the costume after cursor with the first letter capitalized.


Example Syntax


Input

<span class="cursorGrab">Hello World</span>

Output


Hello World





Previous Next