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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 887 | HTML | 8년 전 | 2229 | ||
| 886 | HTML | 8년 전 | 1776 | ||
| 885 | HTML | 8년 전 | 2201 | ||
| 884 | HTML | 8년 전 | 2256 | ||
| 883 | HTML | 8년 전 | 2420 | ||
| 882 | HTML | 8년 전 | 2170 | ||
| 881 | HTML | 8년 전 | 2298 | ||
| 880 | HTML | 8년 전 | 2613 | ||
| 879 | HTML | 8년 전 | 1713 | ||
| 878 | HTML | 8년 전 | 1943 | ||
| 877 | HTML | 8년 전 | 1957 | ||
| 876 | HTML | 8년 전 | 2145 | ||
| 875 | HTML | 8년 전 | 1687 | ||
| 874 | HTML | 8년 전 | 2714 | ||
| 873 | HTML | 8년 전 | 2561 | ||
| 872 | HTML | 8년 전 | 2610 | ||
| 871 | HTML | 8년 전 | 2917 | ||
| 870 | HTML | 8년 전 | 2193 | ||
| 869 | HTML | 8년 전 | 2630 | ||
| 868 | HTML | 8년 전 | 2146 | ||
| 867 | HTML | 8년 전 | 1921 | ||
| 866 | HTML | 8년 전 | 1658 | ||
| 865 | HTML | 8년 전 | 1911 | ||
| 864 | HTML | 8년 전 | 2039 | ||
| 863 | HTML | 8년 전 | 1338 | ||
| 862 | HTML | 8년 전 | 1644 | ||
| 861 | HTML | 8년 전 | 1609 | ||
| 860 | HTML | 8년 전 | 1873 | ||
| 859 | HTML | 8년 전 | 1534 | ||
| 858 | HTML | 8년 전 | 1826 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기