Difference between revisions of "Cascading Style Sheets"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
(etc)
Line 11: Line 11:
  
 
* [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
 
* [Mastering CSS Principles: A Comprehensive Guide Mastering CSS Principles: A Comprehensive Guide] @ Smashing Magazine
 
* [Mastering CSS Principles: A Comprehensive 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+
Line 19: Line 20:
 
* [http://www.slideshare.net/jeremyclarke/dry-css-a-dontrepeatyourself-methodology-for-creating-efficient-unified-and-scalable-stylesheets DRY CSS] - "A don't-repeat-yourself methodology for creating efficient, unified and Scalable stylesheets"
 
* [http://www.slideshare.net/jeremyclarke/dry-css-a-dontrepeatyourself-methodology-for-creating-efficient-unified-and-scalable-stylesheets DRY CSS] - "A don't-repeat-yourself methodology for creating efficient, unified and Scalable stylesheets"
 
* [https://github.com/necolas/idiomatic-css Principles of writing consistent, idiomatic CSS]
 
* [https://github.com/necolas/idiomatic-css Principles of writing consistent, idiomatic CSS]
 +
* [http://www.blooberry.com/indexdot/css/topics/cascade.htm Style Sheets Guide: The Cascade]
 +
* [http://nefariousdesigns.co.uk/on-html-element-identifiers.html On HTML Element Identifiers]
 +
* [http://www.smashingmagazine.com/2012/04/decoupling-html-from-css/ Decoupling HTML From CSS]

Revision as of 16:53, 23 July 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

External links