From b7d0d4815ece3e43f35e792761edea2cfa0cb163 Mon Sep 17 00:00:00 2001 From: Michael Koch <9440351+mikoMK@users.noreply.github.com> Date: Sat, 4 Sep 2021 18:02:53 +0200 Subject: [PATCH] add semicolon to grid task marking guide --- learn/tasks/grid/marking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/tasks/grid/marking.md b/learn/tasks/grid/marking.md index f2ca4b9b..835846b4 100644 --- a/learn/tasks/grid/marking.md +++ b/learn/tasks/grid/marking.md @@ -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`: