首页 > 其他 > 详细

相对固定位置 relative absolute

时间:2018-07-10 21:16:17      阅读:231      评论:0      收藏:0      [点我收藏+]
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <div style="position: relative; width: 500px; height:200px; border:1px solid red; margin: 0 auto;">
        <div style="position: absolute; width: 50px; height: 50px; left:0; bottom: 0; background-color: #303030">

        </div>
    </div>
    <div style="position: relative; width: 500px; height:200px; border:1px solid red; margin: 0 auto;"></div>
    <div style="position: relative; width: 500px; height:200px; border:1px solid red; margin: 0 auto;"></div>
</body>
</html>

 

相对固定位置 relative absolute

原文:https://www.cnblogs.com/my-love-is-python/p/9291310.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!