Skip to content

Commit

Permalink
Update cssselectors.md
Browse files Browse the repository at this point in the history
Removing spacing
  • Loading branch information
kallewesterling authored Aug 26, 2020
1 parent 0104183 commit 71937e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terms/cssselectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CSS Selectors select HTML elements on which to apply particular styling rules. For example, in the following CSS rule set, the `h1` selector applies orange color and italics to all content in the `h1` element.

```css
h1 {
h1 {
color: orange;
font-style: italic;
}
Expand Down

0 comments on commit 71937e6

Please sign in to comment.