久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      css怎么給button設置陰影

      css給button設置陰影的方法:首先創(chuàng)建一個HTML示例文件;然后設置一個button按鈕;最后通過給button添加“box-shadow”等屬性來實現(xiàn)陰影效果即可。

      css怎么給button設置陰影

      本文操作環(huán)境:Windows7系統(tǒng)、HTML5&&CSS3版,DELL G3電腦

      css3做一個帶陰影的button按鈕

      效果對比鼠標劃上前與后:

      css怎么給button設置陰影

      <!--html代碼--> <input class="but" type = "button" value = "確認" />
      <!--css代碼--> <style type="text/css">  .but{  border: 0px groove orange;  box-shadow: 5px 6px 10px #000;  margin-left: 160px;  border-radius: 10px;  background: #034c92;  color: white;  width: 250px;  height: 40px;  font-size: 20px;  }  .but:hover{  box-shadow: 8px 10px 10px #000;  background: #005DF9;  }  </style>

      【推薦學習:css視頻教程】

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