Can you rotate the cursor in CSS?

added by JavaScript Kicks
8/29/2019 6:39:26 AM

397 Views

Kinda! There is no simple or standard way to do it, but it's possible. You can change the cursor to different built-in native versions with CSS with the cursor property, but that doesn't help much here. You can also use that property to set a static image as the cursor.


0 comments