Cascading Style Sheets, most of the time abbreviated as CSS, is a stylesheet language used to describe the presentation of a document written in HTML or XML (including various XML languages like SVG or XHTCSS describes how the structured element must be rendered on screen, on paper, in speech, or on other media.
CSS is one of the core languages of the open web and has a standardized W3C specification. Developed in levels, CSS1 is now obsolete, CSS2.1 a recommendation and CSS3, now split into smaller modules, is progressing on the standard track.
An exhaustive reference for seasoned Web developers describing every property and concept of CSS.
A step-by-step introduction to help complete beginners get started. It presents all the needed fundamentals.
A collection of demos showing the latest CSS technologies in action: a boost for the creativity.
Documentation and tutorials about CSS
- CSS key concepts
- Describes the syntax and forms of the language and introduces fundamentals like specificity and inheritance, the box model and margin collapsing, stacking and block-formatting contexts, or the initial, computed, used and actual values. Entities like CSS shorthand properties are also defined.
- CSS developer guide
- Articles to help you learn CSS techniques to make your content shine.
Tools easing CSS development
- The W3C CSS Validation Service checks if a given CSS is valid. It is an invaluable debugging tool.
- Firefox' Firebug extension, a popular extension of that navigator that allows to edit live CSS on watched sites. Very practical to test some changes, though this extension does much more.
- Firefox' Web Developer extension also allows to watch and edit live CSS on watched sites. Simpler than Firebug, though less powerful.
- Firefox' EditCSS extension allows editing CSS in the sidebar.
Related Topics
- Mozilla Learn CSS resources.
- Open Web languages on which CSS is often applied: HTML, SVG, XHTML, XML.
- Mozilla technologies which make extensive use of CSS: XUL, Firefox and Thunderbird extensions and themes.
News
- CSS Text-decoration Level 3 reached the Candidate Recommandation status, defining that the
text-decoration-*
andtext-emphasis-*
properties. The long knowntext-shadow
is also defined in it. (August 1st, 2013) - Gecko's now support
background-origin
: local
. It will be available from Firefox 25 (and already is in Nightly). (July 25th, 2013) - Pointer Events reached the Candidate Recommandation status, meaning that the CSS property
touch-action
, currently only implemented in IE10 (with the-ms-
prefix), is no more experimental. (May 6th, 2013) - Gecko's support of flexible boxes has been adapted to match a recent specification clarification: from Firefox 23
::before
and::after
will be flex items, and as such can be repositioned usingorder
andalign-self
. (May 3rd, 2013)
Getting help from the community
You need help on a CSS-related problem and can't find the solution in the documentation?
- Check the common CSS questions that give hints to solve common CSS problems.
- Go to Stack Overflow, a collaboratively built and maintained Q&A site and look if you can find the answer to your question. If not you will be able to ask your question there.
- Consult the layout forum, which covers CSS and HTML:
- Ask your question on the Mozilla IRC channel: #css
- Ask your question on the CSS-Discuss site and list