You Are Here: Home »   Code

Code Library - js

Custom Cursor - (1,684 views)


<!--
make sure your image is in .cur or .ani format
use inside your <head></head> tags
-->

<style>
body {
cursor:url("mycursor.cur");
}
</style>