W3.CSS Card Content(카드내용)

· 8년 전 · 2348

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,150
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,597
CSS 8년 전 조회 2,390
기타 8년 전 조회 2,448
기타 8년 전 조회 2,239
기타 8년 전 조회 2,137
기타 8년 전 조회 2,349
기타 8년 전 조회 1,903
기타 8년 전 조회 2,139
HTML 8년 전 조회 3,767
기타 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
CSS 8년 전 조회 1,922