mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): update the distractors of Basic CSS Quiz No 14 (#57937)
This commit is contained in:
parent
73f8b34824
commit
4cb38d998a
@ -307,19 +307,19 @@ Given the following selectors, which has the lowest specificity?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`h1`
|
||||
|
||||
---
|
||||
|
||||
`#id`
|
||||
|
||||
---
|
||||
|
||||
`p`
|
||||
`.class`
|
||||
|
||||
---
|
||||
|
||||
`div h1`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`div`
|
||||
`h1`
|
||||
|
||||
### --question--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user