Skip to content

Commit b7d0d48

Browse files
committed
add semicolon to grid task marking guide
1 parent 4cd4cd1 commit b7d0d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/tasks/grid/marking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ I have used the shorthands below, however it would be correct for the student to
3434
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.
3535
```
3636
.item1 {
37-
order: 1
37+
order: 1;
3838
}
3939
```
4040
Another valid solution is to use `z-index`:

0 commit comments

Comments
 (0)