CSS Flexbox: Use the order Property to Rearrange Items

Can you post a link to the challenge? I don’t remember this one?

#box-container { display: flex; height: 500px; }
#box-1 { background-color: dodgerblue; height: 200px; width: 200px; }
#box-2 { background-color: orangered; height: 200px; width: 200px; }