#parent { background: lightblue; width: 300px; } #child { background: gold; width: 100%; max-width: 1400px; }
div { height: 200px; width: 50%; background-color: powderblue; }