漸變

2018-06-06 10:11 更新

/ 漸變注意兼容模式的方向以及不要加to/ <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <div style="margin: 10px auto; width: 80px;height: 40px; background: linear-gradient(to left ,red,blue);" class="change"> s </div> <hr /> <div style="margin: 10px auto; width: 80px;height: 40px; background: linear-gradient(to left top ,red,blue);" class="change"> s </div><hr /> <div style="margin: 10px auto; width: 80px;height: 40px; background: -webkit-linear-gradient(right ,red,blue);" class="change"> s </div><hr /> <div style="margin: 10px auto; width: 80px;height: 40px; background: -webkit-linear-gradient(right bottom ,red,blue);" class="change"> s </div> <hr /> <div style="margin: 10px auto; width: 80px;height: 40px; background: -webkit-linear-gradient(60deg ,red,blue);" class="change"> s </div><hr /> <div style="margin: 10px auto; width: 80px;height: 40px; background: linear-gradient(30deg ,red,blue);" class="change"> s </div> </body> </html>

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)