<div class="parent">
<div class="child"></div>
</div>
.parent {
width:100px;
height:100px;
position:relative;
background-color:red;
}
.child {
width:50%;
height:50%;
position:absolute;
bottom:0;
right:0;
background-color:pink;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.