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><hr>
<p style="cursor: crosshair;">마우스커서</p>
<p style="cursor: help;">마우스커서</p>
<p style="cursor: pointer;">마우스커서</p>
<p style="cursor: progress;">마우스커서</p>
<p style="cursor: n-resize;">마우스커서</p>
</body>
</html>
|
cs |
'Web > Html_Css' 카테고리의 다른 글
테이블 꾸미기 (0) | 2020.03.06 |
---|---|
nav 태그, 리스트를 메뉴처럼 (0) | 2020.03.06 |
텍스트 그림자 만들기 (0) | 2020.03.06 |
div 박스에 배경 꾸미기 (0) | 2020.03.06 |
border 둥근 모서리 테두리 (0) | 2020.03.06 |