CSS2 - Cascading Style Sheets Level 2
CSS 2 Style Properties
CSS 2 includes all the previous CSS 1 properties, plus a bunch of new properties. These new properties are listed here with explanations of all of them.
Cascading Style Sheets, Level 2
The best way to understand the most recent changes to CSS is to read the specification.
CSS Pseudo-Classes and Pseudo-Elements
CSS 2.1 introduced the idea of pseudo-classes and pseudo-elements as ways to style elements of the document that weren't explicitly defined by a position in the document tree. These pseudo-classes and -elements give designers more flexibility in how they style various parts of their web pages.
CSS Media Types Create Print-Friendly Pages
CSS2 introduces media types to support styling printed web pages. Learn how to use CSS to style your pages when printed.
What is the CSS2 Border-Spacing Property?
The CSS2 border-spacing property is not used a lot by designers, but it can be very helpful in creating a table that is more easy to read because the borders are spaced appropriately. This four-page article explains how to use the CSS2 border-spacing property and shows images of what it does.
