.parent {

    display: block;

}


.child {

    width: 100%;

    border: 0px;

    padding: 0;

    box-sizing: border-box;

}

Parent

Child

Parent

Child

This contents is inspaired by https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing