Assignment
1. What is a CSS reset? Please provide an example of one. *You don't need to create your own, just pull one you find from the internet.
2. What is a media query, identify 2 advantages of using them, and provide the syntax you would use to apply it.
3. What is a mobile first design approach, and the reasoning behind this approach.
4. What is a selector, beginning attribute value selector, and end attribute value selector?
5. Define a pseudo-element and provide example syntax.
6. Name a benefit as well as a disadvantage of using web fonts.
7. Using any font provide the syntax for a text shadow.
8. What is the difference between HSL, RGB, and Hexadecimal values. How should they specifically be applied, and what does the "a" stand for?
9. Create a repeating linear gradient. Please place your css inline so I can quickly test these.
10. What is the difference between a transition and an animation?