久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      css中圓角屬性值能用百分比嗎

      在css中,圓角屬性值能用百分比表示;“border-radius”屬性是css中用于設(shè)置元素圓角的屬性,當(dāng)屬性值用百分比表示時(shí),就會(huì)以百分比定義圓角的形狀,語(yǔ)法為“border-radius:數(shù)值%;”。

      css中圓角屬性值能用百分比嗎

      本教程操作環(huán)境:windows10系統(tǒng)、CSS3&&HTML5版、Dell G3電腦。

      css中圓角屬性值能用百分比嗎

      在css中,利用利用“border-radius”屬性設(shè)置元素的圓角樣式,其中屬性值有兩種表示方法:

      css中圓角屬性值能用百分比嗎

      當(dāng)使用百分比來(lái)表示圓角屬性時(shí),就會(huì)以百分比定義圓角的形狀,示例如下:

      <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>css制作橢圓</title> <style> .ellipse{ width: 200px; height: 100px; background-color: red; border-radius:50%; } </style> </head> <body> <div class="ellipse"></div> </body> </html>

      輸出結(jié)果:

      css中圓角屬性值能用百分比嗎

      (學(xué)習(xí)視頻分享:css視頻教程)

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)