css 미리보기 이미지
미리보기 이미지
이 border속성을 사용하여 축소판 이미지를 만듭니다.

예
img {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 150px;
}
<img src="paris.jpg" alt="Paris">
[전체소스]
<!DOCTYPE html>
<html>
<head>
<style>
img {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 150px;
}
</style>
</head>
<body>
<h2>Thumbnail Images</h2>
<p>Use the border property to create thumbnail images:</p>
<img src="paris.jpg" alt="Paris" style="width:150px">
</body>
</html>

예
img {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 150px;
}
img:hover {
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
<a href="paris.jpg">
<img src="paris.jpg" alt="Paris">
</a>
[전체소스]
<!DOCTYPE html>
<html>
<head>
<style>
img {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 150px;
}
img:hover {
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
</style>
</head>
<body>
<h2>Thumbnail Image as Link</h2>
<p>Use the border property to create thumbnail images. Wrap an anchor around the image to use it as a link.</p>
<p>Hover over the image and click on it to see the effect.</p>
<a target="_blank" href="paris.jpg">
<img src="paris.jpg" alt="Paris" style="width:150px">
</a>
</body>
</html>
게시판 목록
퍼블리셔팁
퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 737 | CSS |
kiplayer
|
11년 전 | 16453 | |
| 736 | HTML |
|
11년 전 | 7100 | |
| 735 | CSS |
잘살아보자
|
11년 전 | 5795 | |
| 734 | CSS |
잘살아보자
|
11년 전 | 4523 | |
| 733 | CSS |
잘살아보자
|
11년 전 | 6778 | |
| 732 | HTML |
잘살아보자
|
11년 전 | 4716 | |
| 731 | CSS |
잘살아보자
|
11년 전 | 9436 | |
| 730 | 기타 |
잘살아보자
|
11년 전 | 3484 | |
| 729 | HTML |
잘살아보자
|
11년 전 | 7650 | |
| 728 | 기타 |
|
11년 전 | 6802 | |
| 727 | 기타 | 11년 전 | 11471 | ||
| 726 | 기타 |
|
11년 전 | 5475 | |
| 725 | 기타 |
네이비칼라
|
11년 전 | 4382 | |
| 724 | CSS |
잘살아보자
|
11년 전 | 4889 | |
| 723 | CSS |
잘살아보자
|
11년 전 | 6607 | |
| 722 | CSS |
잘살아보자
|
11년 전 | 17072 | |
| 721 | CSS |
|
11년 전 | 7160 | |
| 720 | 기타 | 11년 전 | 3763 | ||
| 719 | 기타 | 12년 전 | 7326 | ||
| 718 | CSS | 12년 전 | 10516 | ||
| 717 | 반응형 | 12년 전 | 6133 | ||
| 716 | 반응형 | 12년 전 | 14554 | ||
| 715 | 기타 | 12년 전 | 7320 | ||
| 714 | CSS | 12년 전 | 5039 | ||
| 713 | 반응형 | 12년 전 | 30115 | ||
| 712 | 기타 | 12년 전 | 5273 | ||
| 711 | HTML |
kiplayer
|
12년 전 | 10878 | |
| 710 | CSS | 12년 전 | 15282 | ||
| 709 | 웹접근성 | 12년 전 | 6733 | ||
| 708 | 웹접근성 | 12년 전 | 6051 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기