Created
July 9, 2015 17:31
-
-
Save cdl/2a2ff117f6d1321f3abb to your computer and use it in GitHub Desktop.
Because π.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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