diff --git a/guide/english/html/css-classes/index.md b/guide/english/html/css-classes/index.md index 35dd3bcfb0..dca3a8740e 100644 --- a/guide/english/html/css-classes/index.md +++ b/guide/english/html/css-classes/index.md @@ -12,7 +12,7 @@ When writing HTML, you can add classes to an element. Just add the attribute `cl

is a popular catchphrase that Super Man often said.

``` -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 .super-man {