mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-14 22:01:48 -04:00
fix(curriculum): Replace last question. (#60677)
This commit is contained in:
committed by
GitHub
parent
3b3fe5d6e1
commit
2d8904f7d9
@@ -181,35 +181,35 @@ Consider how `min-height` influences the final height.
|
||||
|
||||
## --text--
|
||||
|
||||
Which of the following units can be used to set the `width` or `height` of an element?
|
||||
Which of the following is NOT a valid unit used with the width property?
|
||||
|
||||
## --answers--
|
||||
|
||||
`px`, `%`, and `em`.
|
||||
`hv`
|
||||
|
||||
---
|
||||
|
||||
`pxx`, `depth`, and `radius`.
|
||||
`px`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Consider the different types of units available in CSS for setting dimensions, including absolute and relative units.
|
||||
Review the beginning of the lecture for the answer.
|
||||
|
||||
---
|
||||
|
||||
`%%`, `mb`, and `vel`.
|
||||
`%`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Consider the different types of units available in CSS for setting dimensions, including absolute and relative units.
|
||||
Review the beginning of the lecture for the answer.
|
||||
|
||||
---
|
||||
|
||||
All of the above
|
||||
`vw`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Consider the different types of units available in CSS for setting dimensions, including absolute and relative units.
|
||||
Review the beginning of the lecture for the answer.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user