css tweaks

This commit is contained in:
Micah Godbolt
2019-03-03 21:51:15 -08:00
parent 6b69b0164c
commit 09e8d514ff
2 changed files with 13 additions and 20 deletions

View File

@@ -44,12 +44,3 @@ Here's a more detailed view from [Chris Eppstein](https://twitter.com/chriseppst
<img src="https://raw.githubusercontent.com/Microsoft/frontend-bootcamp/master/assets/css-syntax.png"/>
Selectors can be a single tag, class, ID, or attribute. It can also be a [combination](https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Combinators_and_multiple_selectors) of those elements.
Below is a series of selectors and property/value combinations that we'll apply to our CSS demo page.
```css
```
## Next Step
[JavaScript Demo](../js-demo)