커서(cursor)
예제코드
<body>
<p><a href="https://google.com" style="cursor: auto">cursor: auto</a></p>
<p>
<a href="https://google.com" style="cursor: default">cursor: default</a>
</p>
<p>
<a href="https://google.com" style="cursor: help">cursor: help</a>
</p>
<p>
<a href="https://google.com" style="cursor: pointer">cursor: pointer</a>
</p>
<p>
<a href="https://google.com" style="cursor: progress">cursor: progress</a>
</p>
<p>
<a href="https://google.com" style="cursor: wait">cursor: wait</a>
</p>
<p>
<a href="https://google.com" style="cursor: cell">cursor: cell</a>
</p>
<p>
<a href="https://google.com" style="cursor: crosshair">cursor: crosshair</a>
</p>
<p>
<a href="https://google.com" style="cursor: move">cursor: move</a>
</p>
<p>
<a href="https://google.com" style="cursor: col-resize"
>cursor: col-resize</a
>
</p>
<p>
<a href="https://google.com" style="cursor: row-resize"
>cursor: col-resize</a
>
</p>
<p>
<a href="https://google.com" style="cursor: zoom-in">cursor: zoom-in</a>
</p>
<p>
<a href="https://google.com" style="cursor: zoom-out">cursor: zoom-out</a>
</p>
</body>
'WEB > CSS' 카테고리의 다른 글
[CSS] 박스모델(box-model) (0) | 2022.04.28 |
---|---|
[CSS] 테이블(table) (0) | 2022.04.27 |
[CSS] 리스트(list) (0) | 2022.04.25 |
[CSS] 폰트(font) (0) | 2022.04.24 |
[CSS] 텍스트(text) (0) | 2022.04.22 |
댓글