More CSS Topics
Advanced CSS topics including custom properties, import, inheritance, and more

Join the AI Workshop to learn more about AI and how it can be applied to web development. Next cohort February 1st, 2026

The AI-first Web Development BOOTCAMP cohort starts February 24th, 2026. 10 weeks of intensive training and hands-on projects.


This section covers additional CSS topics including variables, importing, inheritance, comments, normalizing, z-index, floating and clearing, feature queries, printing, vendor prefixes, styling lists and tables, and error handling.

Lessons in this unit:

0: ▶︎ Introduction
1: CSS Variables (Custom Properties)
2: Importing a CSS file using @import
3: CSS Inheritance
4: CSS Comments
5: CSS Normalizing
6: The CSS z-index property
7: The CSS float property and clearing
8: CSS Feature Queries
9: How to print your HTML with style
10: CSS Vendor Prefixes
11: How to style lists using CSS
12: Styling HTML Tables with CSS
13: CSS Error Handling
14: Introduction to PostCSS