mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): adding missing backticks for rem values in css quiz (#59503)
This commit is contained in:
+2
-2
@@ -373,7 +373,7 @@ What's the key difference between `rem` and `em` in CSS?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`em` is relative to the root element, while rem is relative to the parent element.
|
||||
`em` is relative to the root element, while `rem` is relative to the parent element.
|
||||
|
||||
---
|
||||
|
||||
@@ -385,7 +385,7 @@ What's the key difference between `rem` and `em` in CSS?
|
||||
|
||||
#### --answer--
|
||||
|
||||
`em` is relative to the font size of the parent element, while rem is relative to the root element.
|
||||
`em` is relative to the font size of the parent element, while `rem` is relative to the root element.
|
||||
|
||||
### --question--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user