#dom-node {
  width: 100px;
  height: 100px;
  background-color: blue;
}

.child {
  width: 100%;
  height: 50%;
  background-color: red;
}
