Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mills <[email protected]>
  • Loading branch information
OnkarRuikar and chrisdavidmills committed Nov 13, 2023
1 parent 4734c43 commit 44a1c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/css/order/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The **`order`** [CSS](/en-US/docs/Web/CSS) property sets the order to lay out an

{{EmbedInteractiveExample("pages/css/order.html")}}

In above demo select options on the left side to change order of the first purple box. The blue boxes have been given predefined orders.
In the above demo, select the options on the left-hand side to change the value of the purple box's `order` property. The blue boxes have been given fixed `order` values.

Notice when the order is set to `2` the purple box is placed before the two blue boxes with order `2`. This is because in source code the purple box has been placed before the two blue boxes.
Bear in mind the effect of source order. When `order: 2;` is selected for example, the purple box is placed before the two blue boxes with `order: 2;`. This is because the purple box appears before the blue boxes in the source code.

## Syntax

Expand Down

0 comments on commit 44a1c5a

Please sign in to comment.