Skip to content

Commit

Permalink
Merge pull request mdn#48 from mikoMK/add-semicolon-grid-marking-guide
Browse files Browse the repository at this point in the history
add semicolon to grid task marking guide
  • Loading branch information
rachelandrew authored Sep 4, 2021
2 parents 4cd4cd1 + b7d0d48 commit d6ec1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/tasks/grid/marking.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ I have used the shorthands below, however it would be correct for the student to
This extra question requires a little bit of research. One way of achieving this would be to use `order`, which we've encountered in the flexbox tutorial.
```
.item1 {
order: 1
order: 1;
}
```
Another valid solution is to use `z-index`:
Expand Down

0 comments on commit d6ec1f0

Please sign in to comment.