Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SUB함수
- Excel
- FileZilla다운로드
- Math.floor()
- addClass
- selectedIndex
- selectoptions
- calc.minus
- toFixed()
- 증가값
- removeClass
- 파일질라설치오류
- slideUp
- 소스트리인증실패
- hide
- calc.plus
- Git
- is_check
- ctrl+/
- excel중복체크
- push오류
- 파일질라설치
- index %
- 파일질라다운로드
- FileZilla설치
- Parent
- 주석이 먹히지 않을 때
- Math.ceil()
- 1521
- Math.round()
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.23]exam03(07_cssShadowCursor) - 본문
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
반응형
'JAVA_EE > CSS' 카테고리의 다른 글
[21.09.23]exam02(08_cssDynamic) - font-size에 대한 전환 (0) | 2021.09.23 |
---|---|
[21.09.23]exam01(08_cssDynamic) - 일정시간 반복하여 모양이 바뀌는 애니메이션(@keyframes from ~ to) (0) | 2021.09.23 |
[21.09.23]exam02(07_cssShadowCursor) - (0) | 2021.09.23 |
[21.09.23]exam01(07_cssShadowCursor) - (1) | 2021.09.23 |
[21.09.23]exam03(06_cssDecorate) - (0) | 2021.09.23 |