<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1">
<title>Document</title>
<style>
body {
width: 200px;
height: 200px;
}
.parent {
width:100%;
height: 100%;
background-color: pink;
}
.child {
width:100%;
height:100%;
background-color: yellow;
position: relative;
}
</style>
</head>
<body>
<div class="parent"> this is parent
<div class="child"> this is child</div>
</div>
</body>
</html>
昵称
0 声望
这家伙太懒,什么都没留下