CSS
Before proceeding with the new CSS content on this site, review the material below. This class assumes that you are familiar with these topics from previous classes.
Common Properties
- background-color
- border
- color
- display (primarily for flex or grid)
- font-family
- font-size
- height
- margin
- max-height
- max-width
- min-height
- min-width
- opacity
- padding
- text-align
- transform (e.g., scale, rotate, translate)
- width
A comprehensive reference for all CSS properties can be found on MDN Web Docs.
CSS Box Model
The CSS Box Model describes how margin, border, padding, and content relate to each other in an HTML element.
