W3.CSS Panels for Quotes

· 2017-11-08 (수) 00:41:34 · 2104

W3.CSS Panels for Quotes

W3 패널 클래스는 따옴표를 표시하기에 적합합니다.


<div class="w3-panel w3-leftbar w3-sand w3-xxlarge w3-serif">
  <p><i>"Make it as simple as possible, but not simpler."</i></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 for Quotes</h2>
  <p>The w3-panel class can be used to display quotes.</p>

  <div class="w3-panel w3-leftbar w3-sand w3-xxlarge w3-serif">
    <p><i>"Make it as simple as possible, but not simpler."</i></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,313
기타 17-11-21 조회 2,718
기타 17-11-21 조회 2,542
기타 17-11-10 조회 2,107
기타 17-11-10 조회 1,874
기타 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,235
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,917