What you'll learn:
- Styling core concepts
- 3 ways to write CSS
- Selectors: Elements, Classes, IDs
- Colors: HEX, RGB, RGBA
- Sizing: Absolute and Relative
- Box Model
- Fonts
Everything you interact with on the web is styled using CSS. A lot of good programmers don't know how to write good CSS, but that's not because it's hard or it's any less important, typically people with a creative background are more interested in CSS. It's a critical language in web design and development. Some people don't like CSS, and they will tell you it makes no sense. They cry about it instead of learning it the right way. And that's OK. My goal is that you won't fall into that trap and hopefully fall in love with CSS the way I did.