From 1c23872b7136625fd395754f49b43d590238c371 Mon Sep 17 00:00:00 2001 From: willlow <44505944+willlow@users.noreply.github.com> Date: Wed, 12 Dec 2018 18:39:31 -0500 Subject: [PATCH] capitalized CSS (#29935) --- 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 a977891f95..55585b2148 100644 --- a/guide/english/html/css-classes/index.md +++ b/guide/english/html/css-classes/index.md @@ -80,7 +80,7 @@ You can also combine classes in the same line: } ``` -You can see the result of the above code [here](https://codepen.io/Tlandis/pen/RLvomV). Learn how to combine css classes using selectors [here](https://www.w3schools.com/css/css_combinators.asp). +You can see the result of the above code [here](https://codepen.io/Tlandis/pen/RLvomV). Learn how to combine CSS classes using selectors [here](https://www.w3schools.com/css/css_combinators.asp). #### More Information: