Skip to content

Commit 4e74ce9

Browse files
authored
Update README.md
1 parent 9c75385 commit 4e74ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/12-Relative-Length-EM-REM/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Since the second `div` has a bigger based `font-size`, then the heading resizes
1212

1313
## In short:
1414

15-
+ em: Relative to the current font-size of the parent.
15+
+ em: Relative to the current `font-size` of the parent.
1616

17-
+ rem: Relative to the original font-size of the page.
17+
+ rem: Relative to the original `font-size` of the page.
1818

1919

2020
## 📝 Instructions:

0 commit comments

Comments
 (0)