Difference between revisions of "CSS 3"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Features)
(External links)
Line 44: Line 44:
 
* [https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3 CSS3] @ developer.mozilla.org
 
* [https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3 CSS3] @ developer.mozilla.org
 
* [https://www.w3.org/TR/2001/WD-css3-roadmap-20010523/ Introduction to CSS3]
 
* [https://www.w3.org/TR/2001/WD-css3-roadmap-20010523/ Introduction to CSS3]
 +
 +
[[Category:Cascading Style Sheets]]
 +
[[Category:Web design and development]]

Revision as of 11:31, 12 April 2016

CSS 3 is the current version of Cascading Style Sheets (CSS).

It builds upon previous version of CSS.

Description

CSS 3 is divided into several separate documents called "modules".

Each module adds new capabilities or extends features defined in CSS 2, preserving backward compatibility.

The earliest CSS 3 drafts were published in June 1999.

Due to the modularization, different modules have different stability and statuses.

Modules include:

Features

CSS3 features include:

  • Rounded corners
  • Shadows
  • Gradients
  • Transitions or animations
  • Multi-column layout
  • Flexible box
  • Grid layouts

Availability and behavior of features may vary from browser to browser.

See also

External links