国产gaysexchina男同gay,japanrcep老熟妇乱子伦视频,吃奶呻吟打开双腿做受动态图,成人色网站,国产av一区二区三区最新精品

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://www.yjpub.cn/style/download.png)
    no-repeat right top;
  text-decoration: none;
}
</style>
</head>
<body>
  <p>
    <a class="mainLinks" href="#">Test</a>
  </p>
</body>
</html>