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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1157 | CSS |
zakdok
|
6년 전 | 2871 | |
| 1156 | CSS |
zakdok
|
6년 전 | 2064 | |
| 1155 | HTML |
zakdok
|
7년 전 | 3374 | |
| 1154 | CSS |
|
7년 전 | 2558 | |
| 1153 | CSS | 7년 전 | 2339 | ||
| 1152 | 기타 | 7년 전 | 2183 | ||
| 1151 | 기타 | 7년 전 | 2732 | ||
| 1150 | CSS |
|
7년 전 | 4873 | |
| 1149 | HTML |
루돌프사슴코
|
7년 전 | 3056 | |
| 1148 | 기타 | 7년 전 | 2715 | ||
| 1147 | 기타 | 7년 전 | 2108 | ||
| 1146 | 기타 | 7년 전 | 2275 | ||
| 1145 | CSS | 7년 전 | 2536 | ||
| 1144 | CSS | 7년 전 | 2112 | ||
| 1143 | CSS | 7년 전 | 2372 | ||
| 1142 | CSS | 7년 전 | 2064 | ||
| 1141 | CSS | 7년 전 | 2358 | ||
| 1140 | CSS | 7년 전 | 2141 | ||
| 1139 | 기타 | 7년 전 | 2187 | ||
| 1138 | 기타 | 7년 전 | 2003 | ||
| 1137 | 기타 | 7년 전 | 1893 | ||
| 1136 | 기타 | 7년 전 | 2099 | ||
| 1135 | 기타 | 7년 전 | 1657 | ||
| 1134 | 기타 | 7년 전 | 1877 | ||
| 1133 | HTML | 7년 전 | 3510 | ||
| 1132 | 기타 | 7년 전 | 2413 | ||
| 1131 | 기타 | 7년 전 | 2188 | ||
| 1130 | 기타 | 7년 전 | 1917 | ||
| 1129 | 기타 | 7년 전 | 1463 | ||
| 1128 | CSS | 7년 전 | 2696 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기