Cursor

Estimated reading: 1 minute 39 views

You can control the style of cursor to be used in an element with the
cursor property

 cursor: value;

Values:

  • auto
  • crosshair
  • default
  • help
  • move
  • pointer
  • text
  • wait
  • e-resize
  • ne-resize
  • nw-resize
  • n-resize
  • se-resize
  • sw-resize
  • s-resize
  • w-resize

If you choose to use a custom cursor, it is always a good idea to declare
a generic one after the custom value.

Share this Doc

Cursor

Or copy link