여러분이 사용하고 계신 브라우저는 HTML5를 지원하지 않기 때문에 몇몇 요소가 제대로 보이도록 JScript를 사용하고 있습니다. 하지만 여러분의 브라우저 설정에서 스크립트 기능이 꺼져있으므로, 현재 페이지를 제대로 확인하시려면 스크립트 기능을 켜주셔야 합니다. w3.css - 라운드 클래스
w3.css – 라운드 클래스
2개월전 작성
3개월전 수정

w3.css

라운드 클래스

w3-round-size 클래스는 모든 HTML 요소에 둥근 모서리를 추가한다.

w3-round-small

w3-round

w3-round-large

w3-round-xlarge

w3-round-xxlarge

w3 라운드 크기 클래스는 HTML 요소에 둥근 모서리를 추가한다.

Class Defines
w3-round Element rounded (border-radius) 4px
w3-round-small Element rounded (border-radius) 2px
w3-round-medium Element rounded (border-radius) 4px
w3-round-large Element rounded (border-radius) 8px
w3-round-xlarge Element rounded (border-radius) 16px
w3-round-xxlarge Element rounded (border-radius) 32px
예제
<div class="w3-round w3-teal">w3-round</div>

서클 클래스

w3-circle 클래스는 원 안에 콘텐츠를 표시한다.

원 안의 이미지
예제
<img class="w3-circle" src="img_car.jpg" alt="Car">
원 안의 텍스트
원 안의 텍스트
예제
<div class="w3-padding-32 w3-red w3-circle w3-center">
  <h1>The w3-circle Class</h1>
</div>
원 안의 원

안녕하세요
W3.CSS입니다!

예제 1
<div class="w3-padding-32 w3-green w3-circle">
  <img src="img_car.jpg" class="w3-circle" style="width:75%">
</div>
예제 2
<div class="w3-padding-32 w3-green w3-circle">
  <div class="w3-padding-32 w3-red w3-circle w3-center" style="width:55%">
    <p class="w3-xlarge">Hello<br>W3.CSS!</p>
  </div>
</div>
참고
Mingg`s Diary
밍구
공부 목적 블로그