From 55e7827875a4419ff0da1692bac94a6e72dad8ff Mon Sep 17 00:00:00 2001 From: vithoang <44270929+vithoang@users.noreply.github.com> Date: Tue, 23 Oct 2018 16:02:04 -0500 Subject: [PATCH] changed typo "s blue" to "a blue" (#19839) --- guide/english/html/css-classes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/css-classes/index.md b/guide/english/html/css-classes/index.md index ccdf69b94f..faf3047952 100644 --- a/guide/english/html/css-classes/index.md +++ b/guide/english/html/css-classes/index.md @@ -21,7 +21,7 @@ You can then style these elements with CSS. Classes are referenced with period ( } ``` -This code will give s blue background and red text color to all the elements which have the `super-man` class. +This code will give a blue background and red text color to all the elements which have the `super-man` class. [View this example on CodePen](https://codepen.io/Tlandis/pen/RLvomV). You can also declare more than one class to your element, like: