잡동사니에도 사랑을

[21.09.23]exam03(07_cssShadowCursor) - 본문

JAVA_EE/CSS

[21.09.23]exam03(07_cssShadowCursor) -

luvforjunk 2021. 9. 23. 22:14
728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</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>

 

 

 

 

728x90
반응형