W3.CSS Panels as Cards

· 2017-11-10 (금) 22:27:06 · 1874

W3.CSS Panels as Cards


<div class="w3-panel w3-blue w3-card-4">
  <p>London is the most populous city in the United Kingdom,
  with a metropolitan area of over 9 million inhabitants.</p>
</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>Panels as Cards</h2>
  <p>The w3-panel class can be used to display cards:</p>
  
  <div class="w3-panel w3-blue w3-card-4">
    <p>London is the most populous city in the United Kingdom,
    with a metropolitan area of over 9 million inhabitants.</p>
  </div>
</div>

</body>
</html>

 

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

퍼블리셔팁

1,282건

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

+
분류 제목 글쓴이 날짜 조회
기타 17-11-25 조회 2,854
기타 17-11-24 조회 2,674
기타 17-11-24 조회 2,379
기타 17-11-24 조회 1,917
CSS 17-11-24 조회 3,144
기타 17-11-21 조회 2,314
기타 17-11-21 조회 2,718
기타 17-11-21 조회 2,543
기타 17-11-10 조회 2,108
기타 17-11-10 조회 1,875
기타 17-11-10 조회 1,832
CSS 17-11-08 조회 2,105
CSS 17-11-08 조회 2,071
CSS 17-11-08 조회 2,354
기타 17-10-24 조회 2,186
기타 17-10-24 조회 2,299
기타 17-10-24 조회 2,578
기타 17-10-20 조회 2,604
기타
[기타]
17-10-20 조회 2,103
기타
[기타]
17-10-20 조회 2,302
CSS 17-10-19 조회 3,236
CSS 17-10-17 조회 3,762
CSS 17-10-17 조회 2,636
CSS 17-10-17 조회 3,128
HTML 17-10-17 조회 3,657
웹접근성 17-10-17 조회 2,864
CSS 17-10-12 조회 3,098
CSS 17-10-12 조회 4,226
CSS 17-10-12 조회 2,991
반응형 17-10-11 조회 2,918