Difference between revisions of "Cascading Style Sheets"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Conditional stylesheets, CSS hacks) |
Karl Jones (Talk | contribs) (http://www.smashingmagazine.com/mastering-css-principles-comprehensive-reference-guide/) |
||
Line 14: | Line 14: | ||
* [https://en.wikipedia.org/wiki/Cascading_Style_Sheets Cascading Style Sheets] @ Wikipedia | * [https://en.wikipedia.org/wiki/Cascading_Style_Sheets Cascading Style Sheets] @ Wikipedia | ||
* [http://www.w3.org/TR/CSS21/intro.html Introduction to CSS 2.1] @ W3C | * [http://www.w3.org/TR/CSS21/intro.html Introduction to CSS 2.1] @ W3C | ||
− | * [ | + | * [http://www.smashingmagazine.com/mastering-css-principles-comprehensive-reference-guide/ Mastering CSS Principles: A Comprehensive Guide] @ Smashing Magazine |
* [http://code.tutsplus.com/tutorials/10-principles-of-the-css-masters--net-541 10 Principles of the CSS Masters] @ tuts+ | * [http://code.tutsplus.com/tutorials/10-principles-of-the-css-masters--net-541 10 Principles of the CSS Masters] @ tuts+ | ||
* [http://www.sitepoint.com/css-architectures-principles-of-code-cleanup/ CSS Architectures: Principles of Code Cleanup] @ SitePoint | * [http://www.sitepoint.com/css-architectures-principles-of-code-cleanup/ CSS Architectures: Principles of Code Cleanup] @ SitePoint |
Revision as of 04:50, 18 August 2015
Cascading Style Sheets (CSS) is a language used to define the presentation ("look and feel") of a document written in HTML or some other markup language.
See also
- Conditional stylesheets
- CSS hacks
- Declaration
- Less (stylesheet language)
- Responsive web design
- Sass (stylesheet language)
External links
- Cascading Style Sheets @ Wikipedia
- Introduction to CSS 2.1 @ W3C
- Mastering CSS Principles: A Comprehensive Guide @ Smashing Magazine
- 10 Principles of the CSS Masters @ tuts+
- CSS Architectures: Principles of Code Cleanup @ SitePoint
- CSS Best Practices for Team-Based Development @ Microsoft
- Don’t use IDs in CSS selectors?
- How To Develop Scalable And Maintainable CSS @ Vanseo Design
- DRY CSS - "A don't-repeat-yourself methodology for creating efficient, unified and Scalable stylesheets"
- Principles of writing consistent, idiomatic CSS
- Style Sheets Guide: The Cascade
- On HTML Element Identifiers
- Decoupling HTML From CSS