W3.CSS Photo Card

· 8년 전 · 2133

W3.CSS Photo Card

 

2049347278_1512564356.7983.png

Example
<div class="w3-card-4">
  <img src="img_fjords.jpg" alt="Norway">
  <div class="w3-container w3-center">
    <p>The Troll's tongue in Hardanger, Norway</p>
  </div>
</div>

 

 

[전체소스]

<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<body>

<div class="w3-container">
  <h2>Photo Card</h2>

  <div class="w3-card-4" style="width:50%">
    <img src="img_fjords.jpg" alt="Norway" style="width:100%">
    <div class="w3-container w3-center">
      <p>The Troll's tongue in Hardanger, Norway</p>
    </div>
  </div>
</div>

</body>
</html>

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

퍼블리셔팁

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

+
분류 제목 글쓴이 날짜 조회
기타 7년 전 조회 2,991
CSS 8년 전 조회 5,144
HTML 8년 전 조회 3,321
기타 8년 전 조회 2,972
기타 8년 전 조회 2,360
기타 8년 전 조회 2,517
CSS 8년 전 조회 2,782
CSS 8년 전 조회 2,346
CSS 8년 전 조회 2,617
CSS 8년 전 조회 2,311
CSS 8년 전 조회 2,594
CSS 8년 전 조회 2,388
기타 8년 전 조회 2,445
기타 8년 전 조회 2,237
기타 8년 전 조회 2,134
기타 8년 전 조회 2,346
기타 8년 전 조회 1,900
기타 8년 전 조회 2,137
HTML 8년 전 조회 3,763
기타 8년 전 조회 2,637
기타 8년 전 조회 2,446
기타 8년 전 조회 2,157
기타 8년 전 조회 1,693
CSS 8년 전 조회 2,971
기타 8년 전 조회 2,106
기타 8년 전 조회 2,525
기타 8년 전 조회 2,343
기타 8년 전 조회 1,891
기타 8년 전 조회 1,689
기타 8년 전 조회 1,647