Skip to content

Instantly share code, notes, and snippets.

@cdl
Created July 9, 2015 17:31
Show Gist options
  • Save cdl/2a2ff117f6d1321f3abb to your computer and use it in GitHub Desktop.
Save cdl/2a2ff117f6d1321f3abb to your computer and use it in GitHub Desktop.
Because πŸ•.
<!DOCTYPE html>
<head>
<title>Dog cursor!</title>
<style type="text/css">
html, body {
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
width: 100%;
height: 100%;
cursor: url('https://dropbox.com/s/4tyju1mi7jl541v/dog.ico?dl=1'), default;
}
</style>
</head>
<body>
<p>Dog cursor!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment