Fixed a grammatical error (#32980)

This commit is contained in:
Christina Linn
2018-10-31 14:45:18 -07:00
committed by Paul Happ
parent 2e3e0383bf
commit 02f1cb786d

View File

@ -12,7 +12,7 @@ When writing HTML, you can add classes to an element. Just add the attribute `cl
<p>is a popular catchphrase that <span class="super-man">Super Man</span> often said.</p> <p>is a popular catchphrase that <span class="super-man">Super Man</span> often said.</p>
``` ```
You can then style these elements with CSS. Classes are referenced with period (.) before them in CSS, but you should not put periods in your HTML. You can then style these elements with CSS. Classes are referenced with a period (.) before them in CSS, but you should not put periods in your HTML.
```css ```css
.super-man { .super-man {