No cursor css

by ecmanaut

HTML

<h1>Hover to hide cursor</h1>

CSS

h1 {
  cursor: url('http://www.roxen.com/internal-roxen-unit.gif');
  display: block;
  font-size: 60px;
  margin: 1em;
}