码迷,mamicode.com
首页 > 其他好文 > 详细

回到顶部-锚点

时间:2020-02-09 11:36:00      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:tom   code   otto   Fix   class   gray   content   add   pos   

<!DOCTYPE html>
<html>

<head>
  <style>
    * {
      margin: 0;
      padding: 0;
    }
    
    .content {
      width: 100%;
      height: 2000px;
      background-color: gray;
    }
    
    .dw {
      position: fixed;
      width: 100px;
      height: 100px;
      color: #fff;
      right: 50px;
      bottom: 100px;
      background-color: blueviolet;
      line-height: 100px;
      text-align: center;
    }
  </style>
</head>

<body>
  <div class="content" id="top">
    顶部
    <a href="#top">
      <div class="dw">回到顶部</div>
    </a>
  </div>
</body>

</html>

 

回到顶部-锚点

标签:tom   code   otto   Fix   class   gray   content   add   pos   

原文地址:https://www.cnblogs.com/meiqiyuanzi/p/12286376.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!