fix(curriculum): Replace last question. (#60677)

This commit is contained in:
Stephen Mutheu Muya
2025-06-03 18:43:50 +03:00
committed by GitHub
parent 3b3fe5d6e1
commit 2d8904f7d9

View File

@@ -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--