Elements render in order, as they appear in the document flow. (here: grey parent div wraps yellow child div)
CSS: position: static; width: 100px; height: 100px; background: red; left: 25vw;