Link Search Menu Expand Document

Cursor

Table of contents

  1. CSS Cursor
    1. Basic Cursor

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>

이 웹사이트는 jekyll로 제작되었습니다. Patrick Marsceill, Distributed by an MIT license.