---
layout: single
property_name: cursor
---
Sets the mouse cursor when hovering the element.
Sets the cursor to the element's default value. For a link, it would be a pointer. For text it would be a selection cursor.
auto
pointer
move
crosshair
text
wait
help-resize
ne-resize
nw-resize
n-resize
se-resize
sw-resize
s-resize
w-resize
#cursor
cursor: default;
cursor: auto;
cursor: pointer;
cursor: move;
cursor: crosshair;
cursor: text;
cursor: wait;
cursor: help-resize;
cursor: ne-resize;
cursor: nw-resize;
cursor: n-resize;
cursor: se-resize;
cursor: sw-resize;
cursor: s-resize;
cursor: w-resize;