40 Views
- CSS 1.0 –
- Basic styling capabilities such as font, color, and background properties.
- Support for text formatting like alignment and spacing.
- Limited layout control with properties like margin and padding.
- CSS 2.0 – Release Date: 1995-11-24
- Enhanced layout options including positioning and floating elements.
- Introduction of selectors like child, adjacent sibling, and attribute selectors.
- Support for media-specific stylesheets using media queries.
- CSS 3.2 – Release Date: 1997-01-14
- Further refinement of selectors including attribute value selectors and pseudo-elements.
- Introduction of the
@font-face
rule for custom font usage. - Expanded support for dynamic effects through transitions and animations.
- CSS 4.0 – Release Date: 1998-04-24
- Continued evolution of selectors with additions like subject selectors and parent selectors.
- Introduction of new layout modules like Grid Layout and Flexbox.
- Enhanced support for responsive design through viewport-relative units.
- CSS 4.01 – Release Date: 1999-12-24
- Focus on refining existing features and addressing inconsistencies.
- Improvements in browser compatibility and standards compliance.
- Some minor additions and clarifications to the specification.
- CSS 5 – Release Date: 2014-10-28
- Continued development of layout modules with improvements to Grid Layout and Flexbox.
- Introduction of new features such as CSS Variables and Custom Properties.
- Further enhancements to animations and transitions.
- CSS 5.1 – Release Date: 2016-11-01
- Refinements and clarifications to existing specifications.
- Introduction of new features like
:has()
selector for complex querying. - Improved support for internationalization and accessibility features.