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