Difference between revisions of "Cascading Style Sheets"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(fix)
(etc)
Line 5: Line 5:
 
* [[Declaration_(CSS)|Declaration]]
 
* [[Declaration_(CSS)|Declaration]]
 
* [[Less (stylesheet language)]]
 
* [[Less (stylesheet language)]]
 +
* [[Responsive web design]]
 
* [[Sass (stylesheet language)]]
 
* [[Sass (stylesheet language)]]
  
Line 10: 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
 +
* [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://www.sitepoint.com/css-architectures-principles-of-code-cleanup/ CSS Architectures: Principles of Code Cleanup] @ SitePoint
 +
* [https://msdn.microsoft.com/en-us/magazine/ff679957.aspx CSS Best Practices for Team-Based Development] @ Microsoft
 +
* [https://css-tricks.com/nine-basic-principles-responsive-web-design/ 9 basic principles of responsive web design] @ CSS-Tricks
 +
* [http://oli.jp/2011/ids/ Don’t use IDs in CSS selectors?]
 +
* [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"

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