dev.syw
배경 · 시각 효과

cursor

마우스 커서 모양을 정합니다.

클릭 가능한 요소에 pointer를, 비활성 요소에 not-allowed를 주는 식으로 사용자에게 상태를 알립니다.

주요 값auto | pointer | default | not-allowed | text | move

예시

button { cursor: pointer; }
← CSS 속성 사전 전체 보기