Skip to content

Commit 780b91d

Browse files
Merge pull request #28 from xuchunyang/patch-1
Update marking.md
2 parents b59f0c4 + 3d35e1b commit 780b91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/tasks/position/marking.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This task covers understanding of `position: relative` and `position: absolute`
2020

2121
A likely issue will be that the student adds `position: absolute` to the child but does not apply `position: relative` to the container. In that case the target will end up being positioned according to the viewport.
2222

23-
For the extra task, the student needs to add a negative `z-index` to the target, for example `z-index:2`.
23+
For the extra task, the student needs to add a negative `z-index` to the target, for example `z-index: -2`.
2424

2525
## Task 2
2626

@@ -30,4 +30,4 @@ In task 2 we check understanding of `position: fixed` with a slightly different
3030
.sidebar {
3131
position: fixed;
3232
}
33-
```
33+
```

0 commit comments

Comments
 (0)