W3.CSS Photo Card

· 8년 전 · 2129

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,988
CSS 8년 전 조회 5,140
HTML 8년 전 조회 3,321
기타 8년 전 조회 2,970
기타 8년 전 조회 2,358
기타 8년 전 조회 2,516
CSS 8년 전 조회 2,781
CSS 8년 전 조회 2,346
CSS 8년 전 조회 2,613
CSS 8년 전 조회 2,309
CSS 8년 전 조회 2,591
CSS 8년 전 조회 2,387
기타 8년 전 조회 2,441
기타 8년 전 조회 2,234
기타 8년 전 조회 2,130
기타 8년 전 조회 2,343
기타 8년 전 조회 1,899
기타 8년 전 조회 2,136
HTML 8년 전 조회 3,760
기타 8년 전 조회 2,636
기타 8년 전 조회 2,446
기타 8년 전 조회 2,155
기타 8년 전 조회 1,690
CSS 8년 전 조회 2,964
기타 8년 전 조회 2,103
기타 8년 전 조회 2,524
기타 8년 전 조회 2,339
기타 8년 전 조회 1,890
기타 8년 전 조회 1,687
기타 8년 전 조회 1,642