Mouse cursors
There is no repl attached to this post, but I am wondering how to have a custom cursor in HTML, CSS, JS. Can I have an actual example from an actual repl?
Google has a lot of things on this i looked it for you.
Hope it helped!
Easy! Go to https://cursor.cc and customize away!
Anyways, can you guess what this does?
body { cursor: pointer; }
@Coder100 make the cursor a pointer ... P.S. https://cursor.cc is giving me a bug... can you give me a tutorial on how to customize and get the custom cursor?
anyway what part of cursor.cc isn't working? https://www.cursor.cc/ @DSAEvan
@Coder100 When I download it, it opens a file, then closes it on my chrome tab and it does it forever. I need to force close everything to get it to stop
@Coder100 So how am I supposed to do a custom cursor? You try...
@DSAEvan too many "..."s
@Coder100 how do you use an image in general?
Easy! Use the cursor property in css like this:
@lightningrock where's the html? I would like that too
Thats css! You just add a css link by doing this:
@DSAEvan
@lightningrock what about defining a class part?
@DSAEvan
@lightningrock can you make an actual repl
@lightningrock NVM