<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>绝对定位-无父亲或者父亲无定位</title>
<style>
.father {
width: 500px;
height: 500px;
background-color: skyblue;
}
.son {
position: absolute;
/* top: 10px;
left: 10px; */
/* top: 100px;
right: 200px; */
left: 0;
bottom: 0;
width: 200px;
height: 200px;
background-color: pink;
}
</style>
</head>
<body>
<div class="father">
<div class="son"></div>
</div>
</body>
</html>
绝对定位——无父亲或者父亲无定位
原创
©著作权归作者所有:来自51CTO博客作者wx63ff30a7432e0的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:盒子模型之边框
下一篇:基础选择器之标签选择器
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
【微语】父亲父亲