W3.CSS 두꺼운 테두리 > 퍼블리셔팁

퍼블리셔팁

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

W3.CSS 두꺼운 테두리 정보

기타 W3.CSS 두꺼운 테두리

본문

두꺼운 테두리

 

W3-topbar , W3-bottombar , W3-leftbar , 및 W3-rightbar 클래스는 요소에 두꺼운 테두리를 추가하는 데 사용됩니다 :

 

 


<div class="w3-panel w3-leftbar">
  <p>I have a thick left border.</p>
</div>

<div class="w3-panel w3-leftbar w3-border-blue">
  <p>I have a thick blue left border.</p>
</div>

<div class="w3-panel w3-leftbar w3-border-blue w3-pale-blue">
  <p>I have a thick blue left border and a pale-blue background color.</p>
</div>

<div class="w3-panel w3-topbar w3-bottombar w3-border-red w3-pale-red">
  <p>I have a thick red top and bottom border and a pale-red background color.</p>
</div>

추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로