define color
color #code ;
The best point of reference for CSS
MDM CSS reference
What are the three ways to add CSS to HTML
List the types of Selector in a CSS style.
List the specificity order of hierarchy.
List of combinators
Why be wary of combinators
Can affect performance
Where do you add style to a vue file
within the tag at end of file.
How is the specificity resolved with rules
the rule with more information is greater than the rule with less !
Categories of values
Pre-defined – ( props )
Colors – hex or text
lenghts & sizes – e.g % or px
functions