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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 857 | HTML | 8년 전 | 1390 | ||
| 856 | HTML | 8년 전 | 1847 | ||
| 855 | HTML | 8년 전 | 2084 | ||
| 854 | HTML | 8년 전 | 1499 | ||
| 853 | HTML | 8년 전 | 2195 | ||
| 852 | HTML | 8년 전 | 3274 | ||
| 851 | HTML | 8년 전 | 3246 | ||
| 850 | HTML | 8년 전 | 2087 | ||
| 849 | HTML | 8년 전 | 1667 | ||
| 848 | HTML | 8년 전 | 1824 | ||
| 847 | HTML | 8년 전 | 1715 | ||
| 846 | HTML | 8년 전 | 1911 | ||
| 845 | HTML | 8년 전 | 2038 | ||
| 844 | HTML | 8년 전 | 1982 | ||
| 843 | HTML | 8년 전 | 2200 | ||
| 842 | HTML | 8년 전 | 2044 | ||
| 841 | HTML | 8년 전 | 1966 | ||
| 840 | HTML | 8년 전 | 2327 | ||
| 839 | HTML | 8년 전 | 1908 | ||
| 838 | HTML | 8년 전 | 2177 | ||
| 837 | HTML | 8년 전 | 2014 | ||
| 836 | HTML | 8년 전 | 2037 | ||
| 835 | HTML | 8년 전 | 2198 | ||
| 834 | HTML | 8년 전 | 1541 | ||
| 833 | HTML | 8년 전 | 1897 | ||
| 832 | HTML | 8년 전 | 1380 | ||
| 831 | HTML | 8년 전 | 2438 | ||
| 830 | HTML | 8년 전 | 1653 | ||
| 829 | HTML | 8년 전 | 1260 | ||
| 828 | HTML | 8년 전 | 2478 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기