css 이미지 갤러리
이미지 갤러리
다음 이미지 갤러리는 CSS로 생성됩니다.
예
<html>
<head>
<style>
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 180px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
</style>
</head>
<body>
<div class="gallery">
<a target="_blank" href="fjords.jpg">
<img src="fjords.jpg" alt="Fjords" width="300" height="200">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank" href="forest.jpg">
<img src="forest.jpg" alt="Forest" width="300" height="200">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank" href="lights.jpg">
<img src="lights.jpg" alt="Northern Lights" width="300" height="200">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank" href="mountains.jpg">
<img src="mountains.jpg" alt="Mountains" width="300" height="200">
</a>
<div class="desc">Add a description of the image here</div>
</div>
</body>
</html>

게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 797 | HTML | 8년 전 | 1699 | ||
| 796 | HTML | 8년 전 | 1511 | ||
| 795 | HTML | 8년 전 | 3289 | ||
| 794 | 기타 | 8년 전 | 2241 | ||
| 793 | HTML | 8년 전 | 3741 | ||
| 792 | HTML | 8년 전 | 1847 | ||
| 791 | 반응형 | 8년 전 | 2548 | ||
| 790 | HTML | 8년 전 | 10029 | ||
| 789 | HTML | 8년 전 | 5727 | ||
| 788 | CSS | 8년 전 | 2457 | ||
| 787 | 반응형 | 8년 전 | 3253 | ||
| 786 | 웹접근성 | 9년 전 | 3450 | ||
| 785 | 웹접근성 | 9년 전 | 2374 | ||
| 784 | 기타 | 9년 전 | 2378 | ||
| 783 | CSS | 9년 전 | 2232 | ||
| 782 | CSS | 9년 전 | 2405 | ||
| 781 | CSS | 9년 전 | 3941 | ||
| 780 | 반응형 | 9년 전 | 4293 | ||
| 779 | CSS | 9년 전 | 3138 | ||
| 778 | 반응형 | 9년 전 | 3272 | ||
| 777 | 반응형 | 9년 전 | 7623 | ||
| 776 | CSS | 9년 전 | 4770 | ||
| 775 | CSS | 9년 전 | 5379 | ||
| 774 | CSS | 9년 전 | 4604 | ||
| 773 | 반응형 | 9년 전 | 3591 | ||
| 772 | CSS | 9년 전 | 2979 | ||
| 771 | 웹접근성 | 9년 전 | 3518 | ||
| 770 | HTML | 9년 전 | 3727 | ||
| 769 | HTML | 9년 전 | 2366 | ||
| 768 | 9년 전 | 2385 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기