W3.CSS Photo Card

· 8년 전 · 2137

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에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
기타 8년 전 조회 2,996
CSS 8년 전 조회 5,151
HTML 8년 전 조회 3,324
기타 8년 전 조회 2,974
기타 8년 전 조회 2,361
기타 8년 전 조회 2,519
CSS 8년 전 조회 2,784
CSS 8년 전 조회 2,351
CSS 8년 전 조회 2,620
CSS 8년 전 조회 2,313
CSS 8년 전 조회 2,598
CSS 8년 전 조회 2,391
기타 8년 전 조회 2,448
기타 8년 전 조회 2,240
기타 8년 전 조회 2,138
기타 8년 전 조회 2,349
기타 8년 전 조회 1,904
기타 8년 전 조회 2,139
HTML 8년 전 조회 3,768
기타 8년 전 조회 2,641
기타 8년 전 조회 2,455
기타 8년 전 조회 2,159
기타 8년 전 조회 1,697
CSS 8년 전 조회 2,976
기타 8년 전 조회 2,112
기타 8년 전 조회 2,527
기타 8년 전 조회 2,345
기타 8년 전 조회 1,894
기타 8년 전 조회 1,693
기타 8년 전 조회 1,650