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>

 

c4020c4a3ebfd47467ebcf5a9053df60_1497280378_6584.gif
 

|
댓글을 작성하시려면 로그인이 필요합니다.

퍼블리셔팁

퍼블리싱과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
기타 8년 전 조회 2,585
기타 8년 전 조회 3,444
반응형 8년 전 조회 2,991
반응형 8년 전 조회 2,169
반응형 8년 전 조회 2,137
반응형 8년 전 조회 2,469
반응형 8년 전 조회 2,612
반응형 8년 전 조회 2,713
CSS 8년 전 조회 2,848
CSS 8년 전 조회 2,919
CSS 8년 전 조회 2,875
CSS 8년 전 조회 2,577
CSS 8년 전 조회 2,266
CSS 8년 전 조회 2,352
CSS 8년 전 조회 3,826
CSS 8년 전 조회 3,165
CSS 8년 전 조회 2,408
CSS 8년 전 조회 1,899
CSS 8년 전 조회 2,351
CSS 8년 전 조회 1,843
CSS 8년 전 조회 5,523
CSS 8년 전 조회 3,494
CSS 8년 전 조회 3,299
CSS 8년 전 조회 2,374
HTML 8년 전 조회 3,314
HTML 8년 전 조회 3,767
CSS 8년 전 조회 2,678
CSS 8년 전 조회 2,161
CSS 8년 전 조회 1,931
CSS 8년 전 조회 2,919