国产chinesehdxxxx野外,国产av无码专区亚洲av琪琪,播放男人添女人下边视频,成人国产精品一区二区免费看,chinese丰满人妻videos

App下載
首頁htmlbackground_repeatCSS Property Value - 如何background-repeat: no-repeat;

CSS Property Value - 如何background-repeat: no-repeat;

我們想知道如何background-repeat: no-repeat;

<html>
<head>
<style>
body {
  background-image: url("http://w3cschool.cn/style/download.png");
  background-repeat: no-repeat;
  background-color: #eaeaea;
}
  </style>  
</head>

<body>
   <p>This example illustrates the 
   <b>background-repeat</b> property with a value of <b>no-repeat</b>.</p>
</body>
</html>