w3-round-size 類添加圓角到任何 HTML 元素:
類 | 定義 |
---|---|
w3-round
|
圓角(邊界半徑)4px |
w3-round-small
|
圓角(邊界半徑)2px |
w3-round-medium
|
圓角(邊界半徑)4px |
w3-round-large
|
圓角(邊界半徑)8px |
w3-round-xlarge
|
圓角(邊界半徑)16px |
w3-round-xxlarge | 圓角(邊界半徑)32px |
w3-circle 類顯示圓內(nèi)的內(nèi)容。
<div class="w3-padding-32 w3-red w3-circle w3-center">
<h1>w3-circle 類</h1>
</div>
<div class="w3-padding-32 w3-green w3-circle">
<img src="img_car.jpg" class="w3-circle" style="width:75%">
</div>
<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">你好<br>W3CSchool!</p>
</div>
</div>
更多建議: