From 2d8904f7d927271caeeb48c0545341f2c8a9eb25 Mon Sep 17 00:00:00 2001 From: Stephen Mutheu Muya Date: Tue, 3 Jun 2025 18:43:50 +0300 Subject: [PATCH] fix(curriculum): Replace last question. (#60677) --- .../672acc03c257524d6a5151e8.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-what-is-css/672acc03c257524d6a5151e8.md b/curriculum/challenges/english/25-front-end-development/lecture-what-is-css/672acc03c257524d6a5151e8.md index 9faad58719e..4068a0d46f9 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-what-is-css/672acc03c257524d6a5151e8.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-what-is-css/672acc03c257524d6a5151e8.md @@ -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--