Cursor
Table of contents
CSS Cursor
Basic Cursor
커서 모양을 다르게 하기
crosshair
help
pointer
progress
move
wait
not-allowed
<p style="cursor:crosshair">crosshair</p>
<p style="cursor:help">help</p>
<p style="cursor:pointer">pointer</p>
<p style="cursor:progress">progress</p>
<p style="cursor:move">move</p>
<p style="cursor:wait">wait</p>
<p style="cursor:not-allowed">not-allowed</p>