File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3079,19 +3079,19 @@ The em unit represents the font size of the element's parent container. It is co
30793079
30803080``` css
30813081.container {
3082- font-size : 16px ; /* Set base font size to 16 pixels */
3082+ font-size : 16px ; /* Set base font size to 16 pixels */
30833083}
30843084
30853085.text {
3086- font-size : 1.5em ; /* Set font size to 1.5 times the parent container's font size */
3086+ font-size : 1.5em ; /* Set font size to 1.5 times the parent container's font size */
30873087}
30883088```
30893089
30903090[ ![ Edit 077-Em (em)] ( images/codesandbox.svg )] ( https://codesandbox.io/p/sandbox/077-em-em-gw6ctx )
30913091
30923092[ ^ 77 ] CodeSandbox: Em (em).
30933093
3094- [ ^ 77 ] :[ CodeSandbox: Em (em)] ( https://gw6ctx.csb.app/ ) , last access: June 25, 2024 .
3094+ [ ^ 77 ] :[ CodeSandbox: Em (em)] ( https://gw6ctx.csb.app/ ) , last access: March 10, 2025 .
30953095
30963096##### Benefits and Considerations
30973097
Original file line number Diff line number Diff line change @@ -1968,11 +1968,11 @@ <h1>Test</h1>
19681968
19691969```css[|2|1,3|6|5,7]
19701970.container {
1971- font-size: 16px; /* Set base font size to 16 pixels */
1971+ font-size: 16px; /* Set base font size to 16 pixels */
19721972}
19731973
19741974.text {
1975- font-size: 1.5em; /* Set font size to 1.5 times the parent container's font size */
1975+ font-size: 1.5em; /* Set font size to 1.5 times the parent container's font size */
19761976}
19771977```
19781978
You can’t perform that action at this time.
0 commit comments