fix: Changed instructions to clarify the task for cafe menu step 14 (#46793)

This commit is contained in:
Nathan Bisson
2022-07-07 21:22:24 -04:00
committed by GitHub
parent 3823aa90c1
commit 066c024327
@@ -15,7 +15,7 @@ selector1, selector2 {
}
```
Use a selector list to center the `h1`, `h2` and `p` elements at the same time.
Delete the three existing type selectors and replace them with one selector list that centers the text for the `h1`, `h2`, and `p` elements.
# --hints--