capitalized CSS (#29935)

pull/30683/head^2
willlow 2018-12-12 18:39:31 -05:00 committed by Randell Dawson
parent 5e6b17bd4b
commit 1c23872b71
1 changed files with 1 additions and 1 deletions

View File

@ -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: