Skip to content

kanichii/Cur-Source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cur Source

Cur Source is a free open-source cursor library that you can use with single-line CDN link

cdn link

copy the CDN link

 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tahsinzidane/Cur-Source/cursor/american-football.css">

paste the CDN link inside the head tag on your HTML file

<head>
   <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tahsinzidane/Cur-Source/cursor/american-football.css">
</head>

quick start

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>cur source | stylish cursor</title>
	 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tahsinzidane/Cur-Source/cursor/american-football.css">

</head>
<style type="text/css">
	.container{
		height: 100vh;
		width: 100vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
</style>
<body>
	<div class="container">
		<h1>hello world!</h1>
	</div>

</body>
</html>

changing cursor styles

<head>
  	 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tahsinzidane/Cur-Source/cursor/american-football.css">
</head>

rename the /american-football.css to /pen.css

<head>
  	 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tahsinzidane/Cur-Source/cursor/pen.css">
</head>

Available Cursor's names are listed below

  • aladin-lamp
  • car
  • batman
  • barcelona
  • console
  • money
  • iron-man
  • mummy
  • pen
  • paper-plane
  • pen-tool
  • plus
  • usb
  • pokemon
  • real-madrid
  • sniper-gun
  • troll-face
  • pencil
  • simpson
  • pizza
  • rock-music
  • chelsea
  • cursor-1
  • cursor-2
  • summer
  • tv-remote
  • light
  • tree
  • mokas
  • american-football
  • apple
  • arsenal
  • bike
  • doge
  • bird
  • goku
  • hacker
  • earth
  • earth
  • burger

just take any random icon name and last the name end with .css

author

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors