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
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
||||
### VisualStudioCode ###
|
||||
.vscode/*
|
||||
|
||||
### WebStorm ###
|
||||
.idea/*
|
||||
|
||||
### VisualStudioCode Patch ###
|
||||
|
||||
# Ignore all local history of files
|
||||
|
@ -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