September 2025
Beginner to intermediate
371 pages
5h 55m
English
CSS, or Cascading Style Sheets, is a language for applying styling and layout to HTML documents. You can use it for everything from changing text color to creating complex grid layouts to performing animated transitions and everything in between.
The interesting part of CSS is the “Cascading” part. Because more than one style rule can apply to a given HTML element, there needs to be some way to determine which rule should apply in the event of a conflict. The styles “cascade” from less specific to more specific selectors (a concept called ...
Read now
Unlock full access