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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 797 | HTML | 8년 전 | 1698 | ||
| 796 | HTML | 8년 전 | 1509 | ||
| 795 | HTML | 8년 전 | 3286 | ||
| 794 | 기타 | 8년 전 | 2241 | ||
| 793 | HTML | 8년 전 | 3740 | ||
| 792 | HTML | 8년 전 | 1846 | ||
| 791 | 반응형 | 8년 전 | 2548 | ||
| 790 | HTML | 8년 전 | 10028 | ||
| 789 | HTML | 8년 전 | 5727 | ||
| 788 | CSS | 8년 전 | 2456 | ||
| 787 | 반응형 | 8년 전 | 3253 | ||
| 786 | 웹접근성 | 9년 전 | 3449 | ||
| 785 | 웹접근성 | 9년 전 | 2373 | ||
| 784 | 기타 | 9년 전 | 2375 | ||
| 783 | CSS | 9년 전 | 2230 | ||
| 782 | CSS | 9년 전 | 2405 | ||
| 781 | CSS | 9년 전 | 3940 | ||
| 780 | 반응형 | 9년 전 | 4292 | ||
| 779 | CSS | 9년 전 | 3133 | ||
| 778 | 반응형 | 9년 전 | 3271 | ||
| 777 | 반응형 | 9년 전 | 7622 | ||
| 776 | CSS | 9년 전 | 4768 | ||
| 775 | CSS | 9년 전 | 5377 | ||
| 774 | CSS | 9년 전 | 4604 | ||
| 773 | 반응형 | 9년 전 | 3591 | ||
| 772 | CSS | 9년 전 | 2979 | ||
| 771 | 웹접근성 | 9년 전 | 3518 | ||
| 770 | HTML | 9년 전 | 3726 | ||
| 769 | HTML | 9년 전 | 2366 | ||
| 768 | 9년 전 | 2382 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기