<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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.