其他分享
首页 > 其他分享> > 背景渐变色

背景渐变色

作者:互联网

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
  </head>
  <style>
    #div1 {
      width: 800px;
      height: 135px;
      margin: 0 auto; 
background-image: url("./img/3T758J@[PYZJRZIK9NS46IH.png");
background-repeat: repeat-x; } </style> <body> <div id="div1"></div> </body> </html>

 

标签:repeat,img,3T758J,background,渐变色,背景,png
来源: https://www.cnblogs.com/0722tian/p/16057675.html