<p style="cursor: crosshair;"> 마우스 커서 </p> 십자가 모양
<p style="cursor: help;">마우스커서</p> 물음표 모양이 더해짐
<P style="cursor: pointer;">마우스커서</P> 손가락으로 가르치는 모양
<p style="cursor: progress;"> 마우스 커서 </p> 동그랗게 로딩 돌아가는 커서 모양
<p style="cursor: ne-resize;">마우스커서</p> 사이즈 조절할 때 쓰이는 양방향 화살표 모양
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h3>마우스 커서</h3>
<p style="cursor: crosshair;">마우스커서</p>
<p style="cursor: help;">마우스커서</p>
<P style="cursor: pointer;">마우스커서</P>
<p style="cursor: progress;">마우스커서</p>
<p style="cursor: ne-resize;">마우스커서</p>
</body>
</html>
http://colorscripter.com/info#e" target="_blank" style="color:#4f4f4ftext-decoration:none">Colored by Color Scripter
|
http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs |
'HTML&CSS' 카테고리의 다른 글
CSS로 <form> (0) | 2020.03.06 |
---|---|
CSS를 <li>에 적용해 메뉴 만들기 // To create menu (0) | 2020.03.06 |
CSS 텍스트 그림자 만들기 // To create text shadow (0) | 2020.03.06 |
CSS박스에 배경꾸미기 //Decoration the background on the box (0) | 2020.03.06 |
CSS 둥근 모서리 // Rounded corners (0) | 2020.03.06 |