W3.CSS 노트


런던

런던은 900만 명이 넘는 인구가 거주하는 대도시권으로 영국에서 가장 인구가 많은 도시입니다.

런던

런던은 900만 명이 넘는 인구가 거주하는 대도시권으로 영국에서 가장 인구가 많은 도시입니다.

런던

런던은 900만 명이 넘는 인구가 거주하는 대도시권으로 영국에서 가장 인구가 많은 도시입니다.


참고 및 정보

w3-panel 클래스 는 메모와 정보를 표시하기에 완벽한 클래스입니다.

메모는 종종 색상으로 표시됩니다.

런던은 900만 명이 넘는 인구가 거주하는 대도시권으로 영국에서 가장 인구가 많은 도시입니다.

예시

<div class="w3-panel w3-yellow">
  <p>London is the most populous city in the United Kingdom,
  with a metropolitan area of over 9 million inhabitants.</p>
</div> 


더 많은 예

둥근 테두리가 있는 회색

런던은 900만 명이 넘는 인구가 거주하는 대도시권으로 영국에서 가장 인구가 많은 도시입니다.

<div class="w3-panel w3-border w3-light-grey w3-round-large">
  <p>London is the most populous city in the United Kingdom,
  with a metropolitan area of over 9 million inhabitants.</p>
</div>

왼쪽 및 오른쪽 막대가 있는 옅은 파란색

런던은 900만 명이 넘는 인구가 거주하는 대도시권으로 영국에서 가장 인구가 많은 도시입니다.

<div class="w3-panel w3-pale-blue w3-leftbar w3-rightbar w3-border-blue">
  <p>London is the most populous city in the United Kingdom,
  with a metropolitan area of over 9 million inhabitants.</p>
</div>

왼쪽 막대가 있는 옅은 빨간색

런던은 900만 명이 넘는 인구가 거주하는 대도시권으로 영국에서 가장 인구가 많은 도시입니다.

<div class="w3-panel w3-pale-red w3-leftbar w3-border-red">
  <p>London is the most populous city in the United Kingdom,
  with a metropolitan area of over 9 million inhabitants.</p>
</div>

테두리가 있는 옅은 노란색

런던은 900만 명이 넘는 인구가 거주하는 대도시권으로 영국에서 가장 인구가 많은 도시입니다.

<div class="w3-panel w3-pale-yellow w3-border w3-border-yellow">
  <p>London is the most populous city in the United Kingdom,
  with a metropolitan area of over 9 million inhabitants.</p>
</div>

테두리 및 하단 막대가 있는 옅은 녹색

런던은 900만 명이 넘는 인구가 거주하는 대도시권으로 영국에서 가장 인구가 많은 도시입니다.

<div class="w3-panel w3-pale-green w3-bottombar w3-border-green w3-border">
  <p>London is the most populous city in the United Kingdom,
  with a metropolitan area of over 9 million inhabitants.</p>
</div>

상단 및 하단 막대가 있는 노란색

런던은 900만 명이 넘는 인구가 거주하는 대도시권으로 영국에서 가장 인구가 많은 도시입니다.

<div class="w3-panel w3-yellow w3-topbar w3-bottombar w3-border-amber">
  <p>London is the most populous city in the United Kingdom,
  with a metropolitan area of over 9 million inhabitants.</p>
</div>