0 / 60 seg.

Which image matches the flex layout defined in this style rule?

.container {
  display: flex;
}
.container div:last-child {
  margin-left: auto;
}