<button id="a">cursor: pointer;</button>
<button id="b">cursor: not-allowed;</button>
<button id="c">cursor: wait;</button>
<button id="d">cursor: zoom-in;</button>
<button id="e">cursor: help;</button>
#a {
cursor: pointer;
}
#b {
cursor: not-allowed;
}
#c {
cursor: wait;
}
#d {
cursor: zoom-in;
}
#e {
cursor: help;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.