From df9015ab477767af2d6449a446926395a9923ace Mon Sep 17 00:00:00 2001 From: Prabhakar Yadav <114614952+prabhakaryadav2003@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:44:06 +0530 Subject: [PATCH] fix(curriculum): replaced the last question in css quiz (#58045) Co-authored-by: Naomi --- .../quiz-basic-css/66ed8fa2f45ce3ece4053eab.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/quiz-basic-css/66ed8fa2f45ce3ece4053eab.md b/curriculum/challenges/english/25-front-end-development/quiz-basic-css/66ed8fa2f45ce3ece4053eab.md index cf717411bbc..cbfc5b19cc5 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-basic-css/66ed8fa2f45ce3ece4053eab.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-basic-css/66ed8fa2f45ce3ece4053eab.md @@ -435,21 +435,21 @@ Which rule applies `24px` padding to the top and bottom? #### --text-- -What does the `line-height` property do? +For `padding: 10px 20px 30px 40px`, what is the correct order of values? #### --distractors-- -Controls the size of the font. +Right, Top, Left, Bottom --- -Controls the responsiveness of text. +Top, Left, Bottom, Right --- -Controls how much space is between the letters of text. +Top, Bottom, Right, Left #### --answer-- -Controls how much space is between the lines of text. +Top, Right, Bottom, Left