Difference between revisions of "CSS 3"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→Features) |
||
Line 7: | Line 7: | ||
CSS 3 features include: | CSS 3 features include: | ||
− | * Rounded corners | + | * Rounded corners - see [[border-radius (CSS)]] |
+ | * Border images - see [[border-image (CSS)]] | ||
* Shadows | * Shadows | ||
* Gradients | * Gradients |
Latest revision as of 17:09, 18 April 2016
CSS 3 is the current version of Cascading Style Sheets (CSS).
It builds upon previous versions of CSS.
Contents
Features
CSS 3 features include:
- Rounded corners - see border-radius (CSS)
- Border images - see border-image (CSS)
- Shadows
- Gradients
- Transitions or animations
- Multi-column layout
- Flexible box
- Grid layouts
Availability and behavior of features may vary from browser to browser.
Modules
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:
See also
External links
- CSS3 @ Wikipedia
- CSS 3 @ w3schools.com
- CSS3 @ developer.mozilla.org
- Introduction to CSS3