Update CSS classes (#29609)

Added spaces in example code to create accurate example.
This commit is contained in:
MechanikerGA
2018-12-12 18:38:55 -05:00
committed by Randell Dawson
parent 5bd6b4f763
commit 5e6b17bd4b

View File

@ -38,11 +38,11 @@ Then in your css file:
```css ```css
.iron-man{ .iron-man {
color:red; color: red;
} }
.alfred{ .alfred {
background-color: black; background-color: black;
} }