Skip to content

Commit bc12229

Browse files
Update marking.md
1 parent bfac031 commit bc12229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn/tasks/grid/marking.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ I have used the shorthands below, however it would be correct for the student to
2929
grid-row: 2 / 4;
3030
}
3131
```
32-
###Additional question
32+
### Additional question
3333

34-
This extra question requires a little of research from the student. One way of achieving this would be to use `order` which we've encountered in the flexbox tutorial.
34+
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 {
3737
order: 1
3838
}
3939
```
40-
Another valid solution with `z-index`:
40+
Another valid solution is to use `z-index`:
4141
```
4242
.item1 {
4343
z-index: 1;

0 commit comments

Comments
 (0)