新着!私の44ページの電子書籍「CSS in 44 minutes」がリリースされました! 😃
#cursor
要素にカーソルを合わせた時のマウスカーソルを設定します。
cursor: default;
カーソルを要素のデフォルト値に設定します。リンクの場合、ポインターになります。テキストの場合、選択カーソルになります。
cursor: auto;
auto
cursor: pointer;
pointer
cursor: move;
move
cursor: crosshair;
crosshair
cursor: text;
text
cursor: wait;
wait
cursor: help-resize;
help-resize
cursor: ne-resize;
ne-resize
cursor: nw-resize;
nw-resize
cursor: n-resize;
n-resize
cursor: se-resize;
se-resize
cursor: sw-resize;
sw-resize
cursor: s-resize;
s-resize
cursor: w-resize;
w-resize