CSS
Applying style and layout
Combinators / Multiple Selectors
link
CSS Diner
Lets try it out!
Units / Values
- numbers
- percentages
- colors
- functions
Numeric - Absolute vs Relative
- absolute = fixed (px)
- relative = changes (em, rm, vh, vw)
Cascade / Inheritence
html{ color:pink; }
body { color: purple; }
.blue { color: blue; }
.red { color: red; }
< div class="red blue"> text div >
what color is text?
Cascade
- importance
- specifity
- order