<!DOCTYPE html><html><head><style>
#flex-container {
display: flex;
padding: 10px;
}
#absolute {
position: absolute;
}
#orange {
background-color: orange;
width: 50px;
height: 50px;
}
#red {
background-color: red;
}
</style></head><body><div id="flex-container"><div id="absolute"><div id="orange"></div></div><div id="red">x