Precision crosshair cursor with animated targeting lines. Great for portfolio sites and games.
<!-- Paste before </body> --> <div id="cursor-cross"> <div class="cross-h"></div> <div class="cross-v"></div> <div class="cross-center"></div> </div>
Add the HTML structure before your closing </body> tag
Include the CSS in your stylesheet or <style> tag
Add the JavaScript code in a <script> tag or external file
Move your mouse to see the custom cursor in action!
Update the color values in CSS to match your brand
#34d399Modify width and height properties to scale the cursor
Change transition duration values for faster/slower animations