mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-26 17:01:40 -05:00
fix(curriculum): remove stray backtick from greeting card instructions (#61634)
Co-authored-by: Trev Abbott <trevabbott@MacBookPro.lan>
This commit is contained in:
@@ -35,7 +35,7 @@ You should set `padding` to `40px` in the `body` selector.
|
||||
assert.strictEqual(new __helpers.CSSHelp(document).getStyle("body")?.getPropertyValue("padding"), "40px");
|
||||
```
|
||||
|
||||
You should set `text-align` to `center` in the `body` selector.`
|
||||
You should set `text-align` to `center` in the `body` selector.
|
||||
|
||||
```js
|
||||
assert.strictEqual(new __helpers.CSSHelp(document).getStyle("body")?.getPropertyValue("text-align"), "center");
|
||||
|
||||
Reference in New Issue
Block a user