Skip to content

Commit

Permalink
Fixing typos (mdn#20304)
Browse files Browse the repository at this point in the history
  • Loading branch information
sama7 authored Sep 5, 2022
1 parent 4e5e82a commit e4e29f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To make the code work, we still need to apply this CSS (above) to your HTML docu

### Anatomy of a CSS ruleset

Let's dissect the CSS code for red paragraph text to understand how it works :
Let's dissect the CSS code for red paragraph text to understand how it works:

![CSS p declaration color red](css-declaration-small.png)

Expand Down Expand Up @@ -165,7 +165,7 @@ Now that we've explored some CSS fundamentals, let's improve the appearance of t
```css
html {
font-size: 10px; /* px means "pixels": the base font size is now 10 pixels high */
font-family: "Open Sans", sans-serif; /* this should be the rest of the output you got from Google fonts */
font-family: "Open Sans", sans-serif; /* this should be the rest of the output you got from Google Fonts */
}
```

Expand Down

0 comments on commit e4e29f8

Please sign in to comment.