수

W3.CSS 둥근 패널

· 2017-11-10 (금) 22:28:40 · 2112

W3.CSS 둥근 패널

 

예
<div class="w3-panel w3-blue w3-round-xlarge">
  <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>Rounded Panels</h2>
  <div class="w3-panel w3-blue w3-round-xlarge">
    <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,855
기타 17-11-24 조회 2,677
기타 17-11-24 조회 2,382
기타 17-11-24 조회 1,921
CSS 17-11-24 조회 3,146
기타 17-11-21 조회 2,316
기타 17-11-21 조회 2,721
기타 17-11-21 조회 2,545
기타 17-11-10 조회 2,113
기타 17-11-10 조회 1,877
기타 17-11-10 조회 1,834
CSS 17-11-08 조회 2,107
CSS 17-11-08 조회 2,074
CSS 17-11-08 조회 2,356
기타 17-10-24 조회 2,189
기타 17-10-24 조회 2,302
기타 17-10-24 조회 2,583
기타 17-10-20 조회 2,609
기타
[기타]
17-10-20 조회 2,105
기타
[기타]
17-10-20 조회 2,306
CSS 17-10-19 조회 3,239
CSS 17-10-17 조회 3,765
CSS 17-10-17 조회 2,639
CSS 17-10-17 조회 3,130
HTML 17-10-17 조회 3,666
웹접근성 17-10-17 조회 2,870
CSS 17-10-12 조회 3,100
CSS 17-10-12 조회 4,230
CSS 17-10-12 조회 2,994
반응형 17-10-11 조회 2,922