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

#child {
    height: 30px;
    width: 30px;
    background-color: lightgrey;
}
