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 类将内容显示在圆圈内。
圆圈内的图片
圆圈内的文本
圆圈内的文本
圆圈内的圆圈
您好
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">您好<br>W3.CSS!</p>
</div>
</div>
自己尝试 »