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

相对固定位置 relative absolute

时间:2018-07-10 21:33:29      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:absolute   code   tom   span   bsp   定位   bottom   set   har   

<!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

标签:absolute   code   tom   span   bsp   定位   bottom   set   har   

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

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