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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1007 | CSS | 8년 전 | 1827 | ||
| 1006 | CSS | 8년 전 | 2533 | ||
| 1005 | CSS | 8년 전 | 1984 | ||
| 1004 | HTML | 8년 전 | 2410 | ||
| 1003 | HTML | 8년 전 | 2843 | ||
| 1002 | HTML | 8년 전 | 3218 | ||
| 1001 | HTML | 8년 전 | 3687 | ||
| 1000 | HTML | 8년 전 | 2161 | ||
| 999 | HTML | 8년 전 | 2387 | ||
| 998 | HTML | 8년 전 | 2319 | ||
| 997 | HTML | 8년 전 | 1931 | ||
| 996 | HTML | 8년 전 | 2214 | ||
| 995 | 기타 | 8년 전 | 2082 | ||
| 994 | 기타 | 8년 전 | 2360 | ||
| 993 | 기타 | 8년 전 | 3225 | ||
| 992 | 반응형 | 8년 전 | 2749 | ||
| 991 | 반응형 | 8년 전 | 1970 | ||
| 990 | 반응형 | 8년 전 | 1943 | ||
| 989 | 반응형 | 8년 전 | 2246 | ||
| 988 | 반응형 | 8년 전 | 2408 | ||
| 987 | 반응형 | 8년 전 | 2501 | ||
| 986 | CSS | 8년 전 | 2641 | ||
| 985 | CSS | 8년 전 | 2701 | ||
| 984 | CSS | 8년 전 | 2665 | ||
| 983 | CSS | 8년 전 | 2354 | ||
| 982 | CSS | 8년 전 | 2016 | ||
| 981 | CSS | 8년 전 | 2137 | ||
| 980 | CSS | 8년 전 | 3627 | ||
| 979 | CSS | 8년 전 | 2922 | ||
| 978 | CSS | 8년 전 | 2156 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기