fix(curriculum): Fix a type in line -> inline in basic css challenge (#41847)

This commit is contained in:
Evgeny Klimenchenko
2021-04-18 10:54:17 +01:00
committed by GitHub
parent ca3d5d51d6
commit 9057750727
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ There are other ways that you can override CSS. Do you remember inline styles?
# --instructions--
Use an inline style to try to make our `h1` element white. Remember, in line styles look like this:
Use an inline style to try to make our `h1` element white. Remember, inline styles look like this:
```html
<h1 style="color: green;">