fix(curriculum): update the distractors of Basic CSS Quiz No 14 (#57937)

This commit is contained in:
JungLee-Dev
2025-01-05 13:15:53 -07:00
committed by GitHub
parent 73f8b34824
commit 4cb38d998a

View File

@@ -307,19 +307,19 @@ Given the following selectors, which has the lowest specificity?
#### --distractors--
`h1`
---
`#id`
---
`p`
`.class`
---
`div h1`
#### --answer--
`div`
`h1`
### --question--