<style> /*==================== * for cursors go to https://icons8.com or https://www.cursors-4u.com ======================*/
/* this is the cursor that appears when you hover over links */ a:hover{ cursor: url('URL HERE.png'), auto; } /* this is the main cursor */ * { cursor: url('URL HERE.png'), auto; } </style>
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Josh Rivers
here's the code i use.
<style>
/*====================
* for cursors go to https://icons8.com or https://www.cursors-4u.com
======================*/
/* this is the cursor that appears when you hover over links */
a:hover{
cursor: url('URL HERE.png'), auto;
}
/* this is the main cursor */
* {
cursor: url('URL HERE.png'), auto;
}
</style>
Report Comment
THANK YU SO MUCH
by cyrus; ; Report
THANK YU SO MUCH
by cyrus; ; Report