Monday - CSS Review
We reviewed essential HTML tags yesterday, so today we'll review what we've learned thus far in CSS. By this point in the course you should know:
- CSS syntax: selector { property: value ; }
- CSS comments
- TRouBLe box model, top, right, bottom, left
- LoVe/HAte pseudo classes, a:link, a:visited, a:hover, a:active
- HSLa color coding
- background-color
- border and border-radius
- clear
- display
- float
- font-family, font-size, and font-weight
- margin
- padding
- text-align and text-decoration
- width
