Skip to content

Commit

Permalink
add semicolon to grid task marking guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoMK committed Sep 4, 2021
1 parent 4cd4cd1 commit b7d0d48
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 b7d0d48

Please sign in to comment.