Difference between revisions of "Cascading Style Sheets"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(etc)
Line 18: Line 18:
 
* [http://www.vanseodesign.com/css/scalable-maintainable/ How To Develop Scalable And Maintainable CSS] @ Vanseo Design
 
* [http://www.vanseodesign.com/css/scalable-maintainable/ How To Develop Scalable And Maintainable CSS] @ Vanseo Design
 
* [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]

Revision as of 16:44, 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