The following repository contains materials from the 11-hour online CSS Full Course for Beginners from Dave Gray.
Each folder contains HTML and CSS code examples with comments and links to the MDN Web Docs and w3schools for more information.
The video course is available here.
Topics covered include:
- An explanation of what is CSS
- Selectors
- Colors
- Units and sizes
- Box model and CSS reset
- Typography
- Styling links
- List styles
- Display property
- Floats
- Columns
- Position
- Flexbox
- Grid
- Images
- Media queries
- Pseudo classes and elements
- Variables
- Functions
- Animations
- Organization