W3.CSS 圓角類
w3-round-small
w3-round
w3-round-large
w3-round-xlarge
w3-round-xxlarge
w3-round-size 類為任何 HTML 元素新增圓角
類 | 定義 |
---|---|
w3-round | 元素圓角 (border-radius) 4px |
w3-round-small | 元素圓角 (border-radius) 2px |
w3-round-medium | 元素圓角 (border-radius) 4px |
w3-round-large | 元素圓角 (border-radius) 8px |
w3-round-xlarge | 元素圓角 (border-radius) 16px |
w3-round-xxlarge | 元素圓角 (border-radius) 32px |
圓形類
w3-circle 類將內容顯示在圓形中。
圓形中的影像

圓形中的文字
圓形中的文字
圓形中的圓形

Hello
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>
自己試試 »