The value for a hand cursor is pointer.
Acceptance criteria
- 1.The value for a hand cursor is pointer.
The value for a hand cursor is pointer.
body { margin: 0; padding: 28px; font-family: system-ui, sans-serif; background: #f8fafc; color: #0f172a; } #btn { cursor: hand; }
Output ready when you are
Press Run to render your code, or Submit to validate your solution.