W3.CSS Card Content(카드내용)

· 8년 전 · 2328

W3.CSS Card Content(카드내용)

 

카드 안에 컨테이너를 추가하여 다른 섹션을 만듭니다.

Example
<div class="w3-card-4">

<header class="w3-container w3-blue">
  <h1>Header</h1>
</header>

<div class="w3-container">
  <p>Lorem ipsum...</p>
</div>

<footer class="w3-container w3-blue">
  <h5>Footer</h5>
</footer>

</div>

 

2049347278_1512394372.4297.png

[전체소스]

<!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>Card Content</h2>
  <p>Add containers inside the card to create different sections:</p>

  <div class="w3-card-4" style="width:50%;">
    <header class="w3-container w3-blue">
      <h1>Header</h1>
    </header>

    <div class="w3-container">
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
    </div>

    <footer class="w3-container w3-blue">
      <h5>Footer</h5>
    </footer>
  </div>
</div>

</body>
</html>

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

퍼블리셔팁

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

+
분류 제목 글쓴이 날짜 조회
CSS 8년 전 조회 5,119
HTML 8년 전 조회 3,312
기타 8년 전 조회 2,955
기타 8년 전 조회 2,346
기타 8년 전 조회 2,500
CSS 8년 전 조회 2,772
CSS 8년 전 조회 2,327
CSS 8년 전 조회 2,597
CSS 8년 전 조회 2,296
CSS 8년 전 조회 2,579
CSS 8년 전 조회 2,376
기타 8년 전 조회 2,425
기타 8년 전 조회 2,226
기타 8년 전 조회 2,114
기타 8년 전 조회 2,329
기타 8년 전 조회 1,884
기타 8년 전 조회 2,123
HTML 8년 전 조회 3,746
기타 8년 전 조회 2,620
기타 8년 전 조회 2,424
기타 8년 전 조회 2,142
기타 8년 전 조회 1,675
CSS 8년 전 조회 2,948
기타 8년 전 조회 2,088
기타 8년 전 조회 2,508
기타 8년 전 조회 2,323
기타 8년 전 조회 1,866
기타 8년 전 조회 1,678
기타 8년 전 조회 1,626
CSS 8년 전 조회 1,895