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

App下載
首頁(yè)htmlaHTML Element Style - 如何用鏈接覆蓋圖像

HTML Element Style - 如何用鏈接覆蓋圖像

我們想知道如何用鏈接覆蓋圖像。

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.mainLinks {
  padding-right: 30px;
  padding-bottom: 5px;
  background: #fff url(http://eska-fuses.cn/style/download.png)
    no-repeat right top;
  text-decoration: none;
}
</style>
</head>
<body>
  <p>
    <a class="mainLinks" href="#">Test</a>
  </p>
</body>
</html>