CSS hand cursor snippet
This is a quick reference snippet for showing Hand cursor. Hand cursor is ideal for indicating a “clickable” element. For Example:
1 2 3 |
li.expand{ cursor: pointer; } |
This is a quick reference snippet for showing Hand cursor. Hand cursor is ideal for indicating a “clickable” element. For Example:
1 2 3 |
li.expand{ cursor: pointer; } |