CSS2
CSS2, Cascading Style Sheets Level 2, is a W3C recommendation that extended the original CSS1 specification. Published in 1998, CSS2 added a broader set of layout and presentation features intended to control the visual formatting of HTML documents. It introduced positioning schemes such as absolute, relative, and fixed positioning, as well as the concept of stacking with z-index, and layout controls including floats, clear, overflow, margins, borders, padding, and width/height. The specification defined the CSS box model as the basis for how these properties affect element size and spacing.
CSS2 also expanded typography and color handling, including font properties, text alignment, line height, white space,
CSS2 is largely superseded by CSS2.1, a later revision that clarified and corrected the original specification