Skip to content

Commit eeee9e3

Browse files
committed
fix typo in marking.md of css-examples/learn/tasks/grid
1 parent 83efac6 commit eeee9e3

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
@@ -83,7 +83,7 @@ The container will need to be a grid layout, as we have alignment in rows and co
8383

8484
The ul for the tags needs to be a flex container as tags are not lined up in columns, only in rows and they are centered in the space with the alignment property `justify-content` set to `center`.
8585

86-
The student may try to use flexbox on the container and restrict the cards with percentage values. They may also try to make the items into a grid layout in which case you should point out that the items are not aligned in two dimensions so grid isn't the best choice.
86+
The student may try to use flexbox on the container and restrict the cards with percentage values. They may also try to make the items into a grid layout in which case you should point out that the items are not aligned in two dimensions so flexbox isn't the best choice.
8787

8888
```
8989
.container {

0 commit comments

Comments
 (0)