Skip to content

Commit 979eca4

Browse files
fix: improvements from recordings 10.3.2025 v2
1 parent 9c16a0a commit 979eca4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

__presentation-slides/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)