--- title: Use the order Property to Rearrange Items --- # Use the order Property to Rearrange Items --- ## Problem Explanation Before you make any changes, pay attention to the order of the colors. You get blue on the left and red ont eh right. After you set the `order` property you will be able to pick which one should be displayed first without having to change the html code. --- ## Solutions
Solution 1 (Click to Show/Hide) ```html
```