fix(curriculum): Fix a type in line
-> inline
in basic css challenge (#41847)
This commit is contained in:
committed by
GitHub
parent
ca3d5d51d6
commit
9057750727
@ -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;">
|
||||
|
Reference in New Issue
Block a user