Difference between revisions of "150 zdrojů poznání CSS"

From Znalosti
(Založena nová stránka s textem „<h3>CSS Resources</h3> <p>If you’re new to CSS, it may seem like an overwhelming language to learn, but once you get into it, it’s quite manageable and…“)
 
m
Line 3: Line 3:
 
<p>For the seasoned pro, it can be handy to have a list of all the selectors and properties since there are so many to remember and especially since CSS is a large part of Bootstrap and web design in general.</p>
 
<p>For the seasoned pro, it can be handy to have a list of all the selectors and properties since there are so many to remember and especially since CSS is a large part of Bootstrap and web design in general.</p>
 
<p>If you want to start learning about CSS or you want to brush up on your existing skills, here are some great resources:</p>
 
<p>If you want to start learning about CSS or you want to brush up on your existing skills, here are some great resources:</p>
<div class="two-columns clearfix">
+
* [http://www.w3.org/wiki/CSS_basics CSS Basics] (W3C Wiki)
<ul class="split">
+
* [http://www.w3schools.com/css/ CSS Tutorial] (W3Schools)
<li><a href="http://www.w3.org/wiki/CSS_basics" target="_blank">CSS Basics</a> (W3C Wiki)</li>
+
* [http://www.sitepoint.com/author/hgiraudel/ Hugo Giraudel’s Articles on CSS, SCSS and SASS] (SitePoint)
<li><a href="http://www.w3schools.com/css/" target="_blank">CSS Tutorial</a> (W3Schools)</li>
+
* [https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started Getting started with CSS] (MDN, Mozilla)
<li><a href="http://www.sitepoint.com/author/hgiraudel/" target="_blank">Hugo Giraudel’s Articles on CSS, SCSS and SASS</a> (SitePoint)</li>
+
* [http://www.w3.org/wiki/Headers_footers_columns_and_templates Headers Footers Columns and Templates] (W3C Wiki)
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started" target="_blank">Getting started with CSS</a> (MDN, Mozilla)</li>
+
* [http://html.net/tutorials/css/ CSS Tutorial, 16 Lessons] (HTML.net)
<li><a href="http://www.w3.org/wiki/Headers_footers_columns_and_templates" target="_blank">Headers Footers Columns and Templates</a> (W3C Wiki)</li>
+
* [https://friendlybit.com/css/beginners-guide-to-css-and-standards/ Beginner’s Guide to CSS] (Friendly Bit)
<li><a href="http://html.net/tutorials/css/" target="_blank">CSS Tutorial, 16 Lessons</a> (HTML.net)</li>
+
* [http://www.westciv.com/style_master/academy/css_tutorial/ Complete CSS Guide] (Westciv)
</ul>
+
* [http://www.nngroup.com/articles/effective-use-of-style-sheets/ Effective Use of Style Sheets] (Nielsen Norman Group)
<ul class="split">
+
* [http://www.csstutorial.net/ Learn All About CSS] (CSS Tutorial.net)
<li><a href="https://friendlybit.com/css/beginners-guide-to-css-and-standards/" target="_blank">Beginner’s Guide to CSS</a> (Friendly Bit)</li>
+
* [http://www.htmldog.com/guides/css/beginner/ CSS Beginner Tutorial] (HTML Dog)
<li><a href="http://www.westciv.com/style_master/academy/css_tutorial/" target="_blank">Complete CSS Guide</a> (Westciv)</li>
 
<li><a href="http://www.nngroup.com/articles/effective-use-of-style-sheets/" target="_blank">Effective Use of Style Sheets</a> (Nielsen Norman Group)</li>
 
<li><a href="http://www.csstutorial.net/" target="_blank">Learn All About CSS</a> (CSS Tutorial.net)</li>
 
<li><a href="http://www.htmldog.com/guides/css/beginner/" target="_blank">CSS Beginner Tutorial</a> (HTML Dog)</li>
 
</ul>
 
</div>
 
 
<p>For those who are fans of learning by doing, these are for you:</p>
 
<p>For those who are fans of learning by doing, these are for you:</p>
<div class="two-columns clearfix">
+
* [https://developer.mozilla.org/en-US/demos/tag/tech:css3 CSS3 Demos] (MDN, Mozilla)
<ul class="split">
+
* [http://www.cssplay.co.uk/ Experiments with Cascading Style Sheets] (CSS Play)
<li><a href="https://developer.mozilla.org/en-US/demos/tag/tech:css3" target="_blank">CSS3 Demos</a> (MDN, Mozilla)</li>
+
* [https://premium.wpmudev.org/blog/social-media-css-sprites/ Adding Social Media Icons to WordPress with CSS Sprites] (WPMU DEV)
<li><a href="http://www.cssplay.co.uk/" target="_blank">Experiments with Cascading Style Sheets</a> (CSS Play)</li>
+
* [http://alistapart.com/article/boom Printing a Book with CSS] (A List Apart)
<li><a href="https://premium.wpmudev.org/blog/social-media-css-sprites/" target="_blank">Adding Social Media Icons to WordPress with CSS Sprites</a> (WPMU DEV)</li>
+
* [https://premium.wpmudev.org/blog/responsive-design-css3/ Using CSS3 Media Queries for a Responsive WordPress Design] (WPMU DEV)
<li><a href="http://alistapart.com/article/boom" target="_blank">Printing a Book with CSS</a> (A List Apart)</li>
+
* [http://www.w3.org/Style/Examples/011/firstcss Starting with HTML and CSS] (W3C)
<li><a href="https://premium.wpmudev.org/blog/responsive-design-css3/" target="_blank">Using CSS3 Media Queries for a Responsive WordPress Design</a> (WPMU DEV)</li>
+
* [http://www.markschenk.com/cssexp/index.html Pushing CSS to the Limits] (CSS/Exp)
<li><a href="http://www.w3.org/Style/Examples/011/firstcss" target="_blank">Starting with HTML and CSS</a> (W3C)</li>
+
* [http://www.csszengarden.com/ The Beauty of CSS Design, Examples] (CSS Zen Garden)
<li><a href="http://www.markschenk.com/cssexp/index.html" target="_blank">Pushing CSS to the Limits</a> (CSS/Exp)</li>
+
* [https://premium.wpmudev.org/blog/css-animations/ Score Quick Style Wins with These CSS Animation Tools for WordPress] (WPMU DEV)
<li><a href="http://www.csszengarden.com/" target="_blank">The Beauty of CSS Design, Examples</a> (CSS Zen Garden)</li>
+
* [http://www.webreference.com/authoring/style/sheets/headlines/index.html Making Headlines With CSS] (Webreference)
<li><a href="https://premium.wpmudev.org/blog/css-animations/" target="_blank">Score Quick Style Wins with These CSS Animation Tools for WordPress</a> (WPMU DEV)</li>
+
* [http://archive.oreilly.com/pub/a/network/2000/07/21/magazine/css_anarchist.html The CSS Anarchist’s Cookbook] (O’Reilly Web Dev Center)
<li><a href="http://www.webreference.com/authoring/style/sheets/headlines/index.html" target="_blank">Making Headlines With CSS</a> (Webreference)</li>
+
* [http://www.lynda.com/CSS-training-tutorials/447-0.html? List of CSS Tutorials] (Lynda.com)
<li><a href="http://archive.oreilly.com/pub/a/network/2000/07/21/magazine/css_anarchist.html" target="_blank">The CSS Anarchist’s Cookbook</a> (O’Reilly Web Dev Center)</li>
+
* [http://htmldog.com/guides/css/ CSS Beginner, Intermediate and Advanced Tutorials] (HTML Dog)
<li><a href="http://www.lynda.com/CSS-training-tutorials/447-0.html?" target="_blank">List of CSS Tutorials</a> (Lynda.com)</li>
+
* [http://premium.wpmudev.org/blog/custom-fonts-css/ Adding Custom Fonts to WordPress with @font-face and CSS3] (WPMU DEV)
<li><a href="http://htmldog.com/guides/css/" target="_blank">CSS Beginner, Intermediate and Advanced Tutorials</a> (HTML Dog)</li>
+
* [http://learn.shayhowe.com/html-css/building-your-first-web-page/ Learn to Code HTML and CSS] (Shay Howe)
<li><a href="http://premium.wpmudev.org/blog/custom-fonts-css/" target="_blank">Adding Custom Fonts to WordPress with @font-face and CSS3</a> (WPMU DEV)</li>
+
* [http://learn.shayhowe.com/advanced-html-css/performance-organization/ Advanced HTML and CSS] (Shay Howe)
<li><a href="http://learn.shayhowe.com/html-css/building-your-first-web-page/" target="_blank">Learn to Code HTML and CSS</a> (Shay Howe)</li>
+
* [https://premium.wpmudev.org/blog/custom-css-wordpress/ How to Add Custom CSS to Your WordPress Site: 3 Methods Explored] (WPMU DEV)
</ul>
+
* [http://mri.developer.dynamicweb-cms.com/blog/2012/09/getting-started-with-sassy-css-%28scss%29.aspx Getting started with Sassy CSS (SCSS)] (Mikkel Rickys)
<ul class="split">
+
* [https://premium.wpmudev.org/blog/make-your-images-pop-with-super-easy-and-sexy-css-styling/ Make Your Images Pop with Super Easy and Sexy CSS Styling] (WPMU DEV)
<li><a href="http://learn.shayhowe.com/advanced-html-css/performance-organization/" target="_blank">Advanced HTML and CSS</a> (Shay Howe)</li>
+
* [https://premium.wpmudev.org/blog/emulate-wordpress-front-end/ How to Customize the WordPress Text Editor to Look and Function Like Your Front-End] (WPMU DEV)
<li><a href="https://premium.wpmudev.org/blog/custom-css-wordpress/" target="_blank">How to Add Custom CSS to Your WordPress Site: 3 Methods Explored</a> (WPMU DEV)</li>
+
* [http://mashable.com/2011/06/14/compass-css-guide/#AgRFcKesqGqh Get Started With the Compass CSS Framework] (Mashable)
<li><a href="http://mri.developer.dynamicweb-cms.com/blog/2012/09/getting-started-with-sassy-css-%28scss%29.aspx" target="_blank">Getting started with Sassy CSS (SCSS)</a> (Mikkel Rickys)</li>
+
* [https://premium.wpmudev.org/blog/improving-the-look-and-feel-of-your-author-comments/ Improving the Look and Feel of Your Author Comments] (WPMU DEV)
<li><a href="https://premium.wpmudev.org/blog/make-your-images-pop-with-super-easy-and-sexy-css-styling/" target="_blank">Make Your Images Pop with Super Easy and Sexy CSS Styling</a> (WPMU DEV)</li>
+
* [https://premium.wpmudev.org/blog/add-icons-wordpress-menus/ How to Add Icons to Custom WordPress Menus – Without Plugins] (WPMU DEV)
<li><a href="https://premium.wpmudev.org/blog/emulate-wordpress-front-end/" target="_blank">How to Customize the WordPress Text Editor to Look and Function Like Your Front-End</a> (WPMU DEV)</li>
+
* [http://premium.wpmudev.org/blog/customize-login-page/ How to Completely Customize the WordPress Login Page] (WPMU DEV)
<li><a href="http://mashable.com/2011/06/14/compass-css-guide/#AgRFcKesqGqh" target="_blank">Get Started With the Compass CSS Framework</a> (Mashable)</li>
+
* [http://learnlayout.com/">Learn CSS Layout] (Learn Layout)
<li><a href="https://premium.wpmudev.org/blog/improving-the-look-and-feel-of-your-author-comments/" target="_blank">Improving the Look and Feel of Your Author Comments</a> (WPMU DEV)</li>
+
* [https://premium.wpmudev.org/blog/style-external-links-wordpress-like-wikipedia/ How to Style External Links in WordPress Like Wikipedia] (WPMU DEV)
<li><a href="https://premium.wpmudev.org/blog/add-icons-wordpress-menus/" target="_blank">How to Add Icons to Custom WordPress Menus – Without Plugins</a> (WPMU DEV)</li>
+
* [http://premium.wpmudev.org/blog/back-to-top-button-wordpress/ Add a Dynamic “Back to Top” Button to Your WordPress Site] (WPMU DEV)
<li><a href="http://premium.wpmudev.org/blog/customize-login-page/" target="_blank">How to Completely Customize the WordPress Login Page</a> (WPMU DEV)</li>
 
<li><a href="http://learnlayout.com/">Learn CSS Layout</a> (Learn Layout)</li>
 
<li><a href="https://premium.wpmudev.org/blog/style-external-links-wordpress-like-wikipedia/" target="_blank">How to Style External Links in WordPress Like Wikipedia</a> (WPMU DEV)</li>
 
<li><a href="http://premium.wpmudev.org/blog/back-to-top-button-wordpress/" target="_blank">Add a Dynamic “Back to Top” Button to Your WordPress Site</a> (WPMU DEV)</li>
 
</ul>
 
</div>
 
 
<p>If you learn best in a structured environment, here are some free and premium courses:</p>
 
<p>If you learn best in a structured environment, here are some free and premium courses:</p>
<ul>
+
* [http://www.westciv.com/courses/index.html Self-Paced Web Design Courses, HTML and CSS] (Westciv)
<li><a href="http://www.westciv.com/courses/index.html" target="_blank">Self-Paced Web Design Courses, HTML and CSS</a> (Westciv)</li>
+
* [https://teamtreehouse.com/library/topic:css CSS Courses and Workshops] (Team Treehouse)
<li><a href="https://teamtreehouse.com/library/topic:css" target="_blank">CSS Courses and Workshops</a> (Team Treehouse)</li>
+
* [http://webdesign.tutsplus.com/courses/30-days-to-learn-html-css 30 Days to Learn HTML and CSS] (Tuts+)
<li><a href="http://webdesign.tutsplus.com/courses/30-days-to-learn-html-css" target="_blank">30 Days to Learn HTML and CSS</a> (Tuts+)</li>
+
* [https://www.udemy.com/css-css-3-crash-course/ CSS and CSS3 Beginners Crash Course] (Robin Nixon)
<li><a href="https://www.udemy.com/css-css-3-crash-course/" target="_blank">CSS and CSS3 Beginners Crash Course</a> (Robin Nixon)</li>
+
* [https://www.udacity.com/course/intro-to-html-and-css--ud304 Intro to HTML and CSS: Not Your Typical Intro to Web Dev] (Udacity)
<li><a href="https://www.udacity.com/course/intro-to-html-and-css--ud304" target="_blank">Intro to HTML and CSS: Not Your Typical Intro to Web Dev</a> (Udacity)</li>
 
</ul>
 
 
<p>If you’re looking for sites you can quickly reference when you’re stuck, here are some favorites:</p>
 
<p>If you’re looking for sites you can quickly reference when you’re stuck, here are some favorites:</p>
<ul>
+
* [https://css-tricks.com/almanac/ Selectors and Properties List] (CSS-Tricks)
<li><a href="https://css-tricks.com/almanac/" target="_blank">Selectors and Properties List</a> (CSS-Tricks)</li>
+
* [https://developer.mozilla.org/en-US/docs/Web/CSS/Reference CSS Reference] (MDN, Mozilla)
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference" target="_blank">CSS Reference</a> (MDN, Mozilla)</li>
+
* [https://jigsaw.w3.org/css-validator/ CSS Validation Service] (W3C)
<li><a href="https://jigsaw.w3.org/css-validator/" target="_blank">CSS Validation Service</a> (W3C)</li>
+
* [http://reference.sitepoint.com/css CSS Reference] (SitePoint)
<li><a href="http://reference.sitepoint.com/css" target="_blank">CSS Reference</a> (SitePoint)</li>
+
* [http://www.w3.org/community/webed/wiki/CSS/Properties Properties List] (W3C Wiki)
<li><a href="http://www.w3.org/community/webed/wiki/CSS/Properties" target="_blank">Properties List</a> (W3C Wiki)</li>
+
* [http://www.w3.org/community/webed/wiki/CSS/Selectors Selectors List] (W3C Wiki)
<li><a href="http://www.w3.org/community/webed/wiki/CSS/Selectors" target="_blank">Selectors List</a> (W3C Wiki)</li>
+
* [http://meiert.com/en/indices/css-properties/ Properties Index] (Meiert)
<li><a href="http://meiert.com/en/indices/css-properties/" target="_blank">Properties Index</a> (Meiert)</li>
+
* [http://archive.oreilly.com/pub/a/network/2000/07/21/magazine/css_tool.html Using CSS as a Diagnostic Tool] (O’Reilly Web Dev Center)
<li><a href="http://archive.oreilly.com/pub/a/network/2000/07/21/magazine/css_tool.html" target="_blank">Using CSS as a Diagnostic Tool</a> (O’Reilly Web Dev Center)</li>
 
</ul>
 
<div class="bg-layer">
 
 
<h3>SASS Resources</h3>
 
<h3>SASS Resources</h3>
 
<p>Simplyfying your CSS with SASS means you can style your site faster. Here’s several guides to help you get there:</p>
 
<p>Simplyfying your CSS with SASS means you can style your site faster. Here’s several guides to help you get there:</p>
<div class="two-columns clearfix">
+
* [http://sass-lang.com/guide SASS Language Guide: Basics] (SASS official site)
<ul class="split">
+
* [http://code.tutsplus.com/series/mastering-sass--net-19077 Mastering SASS] (Tuts+)
<li><a href="http://sass-lang.com/guide" target="_blank">SASS Language Guide: Basics</a> (SASS official site)</li>
+
* [https://css-tricks.com/snippets/sass/ SASS Snippets] (CSS-Tricks)
<li><a href="http://code.tutsplus.com/series/mastering-sass--net-19077" target="_blank">Mastering SASS</a> (Tuts+)</li>
+
* [https://css-tricks.com/sass-style-guide/ SASS Style Guide] (CSS-Tricks)
<li><a href="https://css-tricks.com/snippets/sass/" target="_blank">SASS Snippets</a> (CSS-Tricks)</li>
+
* [http://www.sitepoint.com/whats-difference-sass-scss/ What’s the Difference Between SASS and SCSS?] (SitePoint)
<li><a href="https://css-tricks.com/sass-style-guide/" target="_blank">SASS Style Guide</a> (CSS-Tricks)</li>
+
* [http://www.1stwebdesigner.com/learning-sass/ Learning SASS: A Beginner’s Guide to SASS] (1st Web Designer)
<li><a href="http://www.sitepoint.com/whats-difference-sass-scss/" target="_blank">What’s the Difference Between SASS and SCSS?</a> (SitePoint)</li>
+
* [http://blog.teamtreehouse.com/the-absolute-beginners-guide-to-sass The Absolute Beginner’s Guide to SASS] (Andrew Chalkley)
<li><a href="http://www.1stwebdesigner.com/learning-sass/" target="_blank">Learning SASS: A Beginner’s Guide to SASS</a> (1st Web Designer)</li>
+
* [http://code.tutsplus.com/tutorials/using-compass-and-sass-for-css-in-your-next-project--net-6520 Using Compass and SASS for CSS in your Next Project] (Tuts+)
<li><a href="http://blog.teamtreehouse.com/the-absolute-beginners-guide-to-sass" target="_blank">The Absolute Beginner’s Guide to SASS</a> (Andrew Chalkley)</li>
+
* [http://torquemag.io/developers-guide-learning-sass-twenty-minutes-less/">A Developer’s Guide to Learning SASS in 20 Minutes or Less] (Josh Pollock)
</ul>
+
* [http://www.sitepoint.com/sass-mixin-placeholder/">SASS: Mixin or Placeholder?] (Hugo Giraudel)
<ul class="split">
+
* [http://www.webcreatorbox.com/en/tutorials/sass-mixin-en/">Useful SASS Mixin Snippets] (Web Creator Box)
<li><a href="http://code.tutsplus.com/tutorials/using-compass-and-sass-for-css-in-your-next-project--net-6520" target="_blank">Using Compass and SASS for CSS in your Next Project</a> (Tuts+)</li>
 
<li><a href="http://torquemag.io/developers-guide-learning-sass-twenty-minutes-less/">A Developer’s Guide to Learning SASS in 20 Minutes or Less</a> (Josh Pollock)</li>
 
<li><a href="http://www.sitepoint.com/sass-mixin-placeholder/">SASS: Mixin or Placeholder?</a> (Hugo Giraudel)</li>
 
<li><a href="http://www.webcreatorbox.com/en/tutorials/sass-mixin-en/">Useful SASS Mixin Snippets</a> (Web Creator Box)</li>
 
</ul>
 
</div>
 
 
<p>Here are some tutorials to practice what you learn:</p>
 
<p>Here are some tutorials to practice what you learn:</p>
<ul>
+
* [http://thesassway.com/beginner Beginner Guides and Tutorials] (The SASS Way)
<li><a href="http://thesassway.com/beginner" target="_blank">Beginner Guides and Tutorials</a> (The SASS Way)</li>
+
* [http://thesassway.com/intermediate Intermediate Guides and Tutorials] (The SASS Way)
<li><a href="http://thesassway.com/intermediate" target="_blank">Intermediate Guides and Tutorials</a> (The SASS Way)</li>
+
* [http://thesassway.com/advanced Advanced Guides and Tutorials] (The SASS Way)
<li><a href="http://thesassway.com/advanced" target="_blank">Advanced Guides and Tutorials</a> (The SASS Way)</li>
+
* [http://leveluptuts.com/tutorials/sass-tutorials SASS Tutorials] (Level Up Tuts)
<li><a href="http://leveluptuts.com/tutorials/sass-tutorials" target="_blank">SASS Tutorials</a> (Level Up Tuts)</li>
+
* [http://www.zingdesign.com/the-sass-and-compass-tutorial-for-absolute-beginners/ The SASS and Compass Tutorial for Absolute Beginners] (Zing Design)
<li><a href="http://www.zingdesign.com/the-sass-and-compass-tutorial-for-absolute-beginners/" target="_blank">The SASS and Compass Tutorial for Absolute Beginners</a> (Zing Design)</li>
 
</ul>
 
 
<p>Seeing an expert show you the ropes through video is the next best thing to having them right in the room with you. Here’s some of the best SASS video tutorials and courses on YouTube:</p>
 
<p>Seeing an expert show you the ropes through video is the next best thing to having them right in the room with you. Here’s some of the best SASS video tutorials and courses on YouTube:</p>
<div class="subscribe-box news-box blue-bg">
+
== Sign up for more WordPress wisdom ==
<div class="main-block">
 
<div class="title-block">
 
<h2 class="subscribe-headline ">Sign up for more <br />WordPress wisdom</h2>
 
</div>
 
<div class="form-block"><form id="mc-embedded-subscribe-form" class="subscribe-form validate" action="//wpmudev.us1.list-manage.com/subscribe/?u=53a1e972a043d1264ed082a5b&amp;id=591b793ca5" method="post" name="mc-embedded-subscribe-form" target="_blank"><input id="subscribe-email" class="field subscribe-email-input" type="email" name="EMAIL" /></form></div>
 
</div>
 
</div>
 
<div class="container">
 
<div class="subscribe-box news-box blue-bg">
 
<div class="main-block">
 
<div class="form-block"><form id="mc-embedded-subscribe-form" class="subscribe-form validate" action="//wpmudev.us1.list-manage.com/subscribe/?u=53a1e972a043d1264ed082a5b&amp;id=591b793ca5" method="post" name="mc-embedded-subscribe-form" target="_blank"></form></div>
 
</div>
 
</div>
 
 
<p>Guides and tutorials are fantastic, but if you need more information and guidance, a course may be more your speed:</p>
 
<p>Guides and tutorials are fantastic, but if you need more information and guidance, a course may be more your speed:</p>
<ul>
+
* [https://www.codeschool.com/courses/assembling-sass Assembling SASS] (Code School)
<li><a href="https://www.codeschool.com/courses/assembling-sass" target="_blank">Assembling SASS</a> (Code School)</li>
+
* [http://www.lynda.com/CSS-tutorials/Responsive-CSS-Sass-Compass/140777-2.html Responsive CSS with SASS and Compass] (Ray Villalobos)
<li><a href="http://www.lynda.com/CSS-tutorials/Responsive-CSS-Sass-Compass/140777-2.html" target="_blank">Responsive CSS with SASS and Compass</a> (Ray Villalobos)</li>
+
* [https://www.sitepoint.com/premium/courses/step-by-step-sass-2772 Step by Step SASS] (Lisa Catalano)
<li><a href="https://www.sitepoint.com/premium/courses/step-by-step-sass-2772" target="_blank">Step by Step SASS</a> (Lisa Catalano)</li>
+
* [http://www.lynda.com/CSS-tutorials/CSS-LESS-SASS/107921-2.html CSS with LESS and SASS] (Joe Marini)
<li><a href="http://www.lynda.com/CSS-tutorials/CSS-LESS-SASS/107921-2.html" target="_blank">CSS with LESS and SASS</a> (Joe Marini)</li>
 
</ul>
 
 
<h3>LESS Resources</h3>
 
<h3>LESS Resources</h3>
 
<p>SASS is generally more popular, but there are lots of diehard LESS fans out there.</p>
 
<p>SASS is generally more popular, but there are lots of diehard LESS fans out there.</p>
 
<p>These helpful guides and tutorials should provide you with all the info you need to learn LESS from scratch or brush up on your skills. Either way, you should be able to decide which side of the fence you’re on.</p>
 
<p>These helpful guides and tutorials should provide you with all the info you need to learn LESS from scratch or brush up on your skills. Either way, you should be able to decide which side of the fence you’re on.</p>
<div class="two-columns clearfix">
+
* [http://webdesign.tutsplus.com/articles/get-into-less-the-programmable-stylesheet-language--webdesign-5216 Get Into LESS: The Programmable Stylesheet Language] (Daniel Pataki)
<ul class="split">
+
* [http://verekia.com/less-css/dont-read-less-css-tutorial-highly-addictive/ Don’t Read this LESS CSS Tutorial (Highly Addictive)] (@verekia’s blog)
<li><a href="http://webdesign.tutsplus.com/articles/get-into-less-the-programmable-stylesheet-language--webdesign-5216" target="_blank">Get Into LESS: The Programmable Stylesheet Language</a> (Daniel Pataki)</li>
+
* [https://scotch.io/tutorials/getting-started-with-less Getting Started with LESS] (Nicholas Cerminara)
<li><a href="http://verekia.com/less-css/dont-read-less-css-tutorial-highly-addictive/" target="_blank">Don’t Read this LESS CSS Tutorial (Highly Addictive)</a> (@verekia’s blog)</li>
+
* [http://www.hongkiat.com/blog/less-basic/ LESS CSS – Beginner’s Guide] (Hongkiat)
<li><a href="https://scotch.io/tutorials/getting-started-with-less" target="_blank">Getting Started with LESS</a> (Nicholas Cerminara)</li>
+
* [http://tutorialzine.com/2015/07/learn-less-in-10-minutes-or-less/ Learn LESS in 10 Minutes (or Less)] (Tutorialzine)
<li><a href="http://www.hongkiat.com/blog/less-basic/" target="_blank">LESS CSS – Beginner’s Guide</a> (Hongkiat)</li>
+
* [http://www.sitepoint.com/a-comprehensive-introduction-to-less/ A Comprehensive Introduction to LESS] (SitePoint)
</ul>
+
* [https://www.ostraining.com/blog/coding/less/ The Absolute Beginners Guide to LESS] (OSTraining)
<ul class="split">
+
* [http://www.smashingmagazine.com/2010/12/using-the-less-css-preprocessor-for-smarter-style-sheets/ Using the LESS CSS Preprocessor for Smarter Style Sheets] (Dmitry Fadeyev)
<li><a href="http://tutorialzine.com/2015/07/learn-less-in-10-minutes-or-less/" target="_blank">Learn LESS in 10 Minutes (or Less)</a> (Tutorialzine)</li>
+
* [http://www.smashingmagazine.com/2011/09/an-introduction-to-less-and-comparison-to-sass/ An Introduction To LESS and Comparison To SASS] (Jeremy Hixon)
<li><a href="http://www.sitepoint.com/a-comprehensive-introduction-to-less/" target="_blank">A Comprehensive Introduction to LESS</a> (SitePoint)</li>
+
* [https://css-tricks.com/sass-vs-less/ SASS vs LESS] (Chris Coyier)
<li><a href="https://www.ostraining.com/blog/coding/less/" target="_blank">The Absolute Beginners Guide to LESS</a> (OSTraining)</li>
+
* [http://www.iostream.eu/less-css-tutorial/">LESS CSS Tutorial – The Beginners Guide to a CSS Preprocessor] (iOSStream)
<li><a href="http://www.smashingmagazine.com/2010/12/using-the-less-css-preprocessor-for-smarter-style-sheets/" target="_blank">Using the LESS CSS Preprocessor for Smarter Style Sheets</a> (Dmitry Fadeyev)</li>
 
<li><a href="http://www.smashingmagazine.com/2011/09/an-introduction-to-less-and-comparison-to-sass/" target="_blank">An Introduction To LESS and Comparison To SASS</a> (Jeremy Hixon)</li>
 
<li><a href="https://css-tricks.com/sass-vs-less/" target="_blank">SASS vs LESS</a> (Chris Coyier)</li>
 
<li><a href="http://www.iostream.eu/less-css-tutorial/">LESS CSS Tutorial – The Beginners Guide to a CSS Preprocessor</a> (iOSStream)</li>
 
</ul>
 
</div>
 
 
<h3>Bootstrap Resources</h3>
 
<h3>Bootstrap Resources</h3>
 
<p>There may not be many guides and tutorials in this list, but don’t let size fool you because these resources are worth their weight, er, file size in gold.</p>
 
<p>There may not be many guides and tutorials in this list, but don’t let size fool you because these resources are worth their weight, er, file size in gold.</p>
 
<p>They include everything you need to know to start creating responsive sites with Bootstrap:</p>
 
<p>They include everything you need to know to start creating responsive sites with Bootstrap:</p>
<ul>
+
* [https://blog.udemy.com/bootstrap-tutorial-a-guide-for-beginners/ Bootstrap Tutorial: A Guide for Beginners] (Udemy blog)
<li><a href="https://blog.udemy.com/bootstrap-tutorial-a-guide-for-beginners/" target="_blank">Bootstrap Tutorial: A Guide for Beginners</a> (Udemy blog)</li>
+
* [http://groupdocs.com/blog/using-bootstrap-with-less-css-tutorial Using Bootstrap with LESS CSS – Tutorial] (Atanas Ruzhin)
<li><a href="http://groupdocs.com/blog/using-bootstrap-with-less-css-tutorial" target="_blank">Using Bootstrap with LESS CSS – Tutorial</a> (Atanas Ruzhin)</li>
+
* [http://www.helloerik.com/bootstrap-3-less-workflow-tutorial Bootstrap 3 LESS Workflow Tutorial] (HelloErik)
<li><a href="http://www.helloerik.com/bootstrap-3-less-workflow-tutorial" target="_blank">Bootstrap 3 LESS Workflow Tutorial</a> (HelloErik)</li>
 
</ul>
 
 
<p>If you need a detailed guide that’s close by at all times, these books are great choices:</p>
 
<p>If you need a detailed guide that’s close by at all times, these books are great choices:</p>
<ul>
+
* [http://www.amazon.com/Learning-Bootstrap-Modern-Elegant-Responsive/dp/1782161848 Learning Bootstrap – Modern, Elegant and Responsive Web Design Made Easy] (Aravind Shenoy)
<li><a href="http://www.amazon.com/Learning-Bootstrap-Modern-Elegant-Responsive/dp/1782161848" target="_blank">Learning Bootstrap – Modern, Elegant and Responsive Web Design Made Easy</a> (Aravind Shenoy)</li>
+
* [http://www.amazon.com/Getting-Started-Bootstrap-Code-Playground-ebook/dp/B00J6N75ZA Getting Started with Bootstrap 3.3] (Ryan Flores)
<li><a href="http://www.amazon.com/Getting-Started-Bootstrap-Code-Playground-ebook/dp/B00J6N75ZA" target="_blank">Getting Started with Bootstrap 3.3</a> (Ryan Flores)</li>
+
* [http://www.amazon.com/Step-Bootstrap-Quick-Responsive-Development/dp/1499655622 Step By Step Bootstrap 3: A Quick Guide to Responsive Web Development Using Bootstrap 3] (Riwanto Megosinarso)
<li><a href="http://www.amazon.com/Step-Bootstrap-Quick-Responsive-Development/dp/1499655622" target="_blank">Step By Step Bootstrap 3: A Quick Guide to Responsive Web Development Using Bootstrap 3</a> (Riwanto Megosinarso)</li>
+
* [http://www.amazon.com/Bootstrap-Essentials-Snig-Bhaumik/dp/178439517X Bootstrap Essentials] (Snig Bhaumik)
<li><a href="http://www.amazon.com/Bootstrap-Essentials-Snig-Bhaumik/dp/178439517X" target="_blank">Bootstrap Essentials</a> (Snig Bhaumik)</li>
 
</ul>
 
 
<p>If you find learning through articles and books isn’t as helpful as having a teacher guide you through the material, here are some courses you may find helpful:</p>
 
<p>If you find learning through articles and books isn’t as helpful as having a teacher guide you through the material, here are some courses you may find helpful:</p>
<ul>
+
* [http://webdesign.tutsplus.com/courses/bootstrap-30-essentials Bootstrap 3.0 Essentials] (Tuts+)
<li><a href="http://webdesign.tutsplus.com/courses/bootstrap-30-essentials" target="_blank">Bootstrap 3.0 Essentials</a> (Tuts+)</li>
+
* [http://codecollege.ca/courses/bootstrap-to-wordpress Bootstrap to WordPress] (Code College)
<li><a href="http://codecollege.ca/courses/bootstrap-to-wordpress" target="_blank">Bootstrap to WordPress</a> (Code College)</li>
 
</ul>
 
</div>
 
</div>
 
<div class="bg-layer"> </div>
 
 
<h3>People of Note</h3>
 
<h3>People of Note</h3>
 
<p>There are so many wonderful web developers out there, it’s difficult to pick just a handful. That’s why I squeezed in a few more since following the right people on Twitter can bring you a constant stream of useful information.</p>
 
<p>There are so many wonderful web developers out there, it’s difficult to pick just a handful. That’s why I squeezed in a few more since following the right people on Twitter can bring you a constant stream of useful information.</p>
<div class="two-columns clearfix">
+
* [https://twitter.com/SaraSoueidan Sara Soueidan] – Front-end developer, writer and speaker. Author of the Codrops CSS Reference.
<ul class="split">
+
* [https://twitter.com/anatudor Ana Tudor] – Developer and designer who also writes CSS posts for many sites such as CSS-Tricks.
<li><a href="https://twitter.com/SaraSoueidan" target="_blank">Sara Soueidan</a> – Front-end developer, writer and speaker. Author of the Codrops CSS Reference.</li>
+
* [https://twitter.com/snookca Snook] – Designer, developer, writer and speaker who also wrote SMACSS.
<li><a href="https://twitter.com/anatudor" target="_blank">Ana Tudor</a> – Developer and designer who also writes CSS posts for many sites such as CSS-Tricks.</li>
+
* [https://twitter.com/codrops Codrops] – Dedicated to providing useful tutorials, insightful articles, creative inspiration and free resources for web designers and developers.
<li><a href="https://twitter.com/snookca" target="_blank">Snook</a> – Designer, developer, writer and speaker who also wrote SMACSS.</li>
+
* [https://twitter.com/Real_CSS_Tricks CSS-Tricks] – A curated web design community surrounding CSS.
<li><a href="https://twitter.com/codrops" target="_blank">Codrops</a> – Dedicated to providing useful tutorials, insightful articles, creative inspiration and free resources for web designers and developers.</li>
+
* [https://twitter.com/LeaVerou Lea Verou] – HCI researcher, author of CSS Secrets (listed here) and on staff at the W3C.
<li><a href="https://twitter.com/Real_CSS_Tricks" target="_blank">CSS-Tricks</a> – A curated web design community surrounding CSS.</li>
+
* [https://twitter.com/csswizardry Harry Roberts] – Speaker, author and consultant front-end architect for Google, UN, Etsy, Kickstarter, BBC and more.
<li><a href="https://twitter.com/LeaVerou" target="_blank">Lea Verou</a> – HCI researcher, author of CSS Secrets (listed here) and on staff at the W3C.</li>
+
* [https://twitter.com/stubbornella Nicole Sullivan] – Web developer, principal engineer and engineering manager.
</ul>
+
* [https://twitter.com/hakimel Hakim El Hattab] – JavaScript coder and CSS tweaker as well as the co-founder of * [https://twitter.com/Slides @Slides].
<ul class="split">
+
* [https://twitter.com/mathias Mathias Bynens] – Web standards fanatic specializing in JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode and OS X.
<li><a href="https://twitter.com/csswizardry" target="_blank">Harry Roberts</a> – Speaker, author and consultant front-end architect for Google, UN, Etsy, Kickstarter, BBC and more.</li>
+
* [https://twitter.com/ppk Peter-Paul Koch] – Mobile platform strategist, consultant, writer, conference organizer and speaker, blogger,  trainer and browser compatibility expert.
<li><a href="https://twitter.com/stubbornella" target="_blank">Nicole Sullivan</a> – Web developer, principal engineer and engineering manager.</li>
 
<li><a href="https://twitter.com/hakimel" target="_blank">Hakim El Hattab</a> – JavaScript coder and CSS tweaker as well as the co-founder of <a href="https://twitter.com/Slides" target="_blank">@Slides</a>.</li>
 
<li><a href="https://twitter.com/mathias" target="_blank">Mathias Bynens</a> – Web standards fanatic specializing in JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode and OS X.</li>
 
<li><a href="https://twitter.com/ppk" target="_blank">Peter-Paul Koch</a> – Mobile platform strategist, consultant, writer, conference organizer and speaker, blogger,  trainer and browser compatibility expert.</li>
 
</ul>
 
</div>
 
 
<h3>Must-Have Resources</h3>
 
<h3>Must-Have Resources</h3>
 
<p>In the world of the Internet, things change so fast before you can blink twice. That’s why I’ve compiled a special list of sites for you to bookmark so you can stay up-to-date on the latest and greatest.</p>
 
<p>In the world of the Internet, things change so fast before you can blink twice. That’s why I’ve compiled a special list of sites for you to bookmark so you can stay up-to-date on the latest and greatest.</p>
<ul>
+
* [http://sass-lang.com/guide SASS Language Guide: Basics] (SASS official site)
<li><a href="http://sass-lang.com/guide" target="_blank">SASS Language Guide: Basics</a> (SASS official site)</li>
+
* [http://lesscss.org/ LESS CSS] (Official Site for LESS)
<li><a href="http://lesscss.org/" target="_blank">LESS CSS</a> (Official Site for LESS)</li>
+
* [http://compass-style.org/ Compass, a CSS Authoring Framework]
<li><a href="http://compass-style.org/" target="_blank">Compass, a CSS Authoring Framework</a></li>
+
* [http://bourbon.io/ Bourbon, a Mixin Library for SASS]
<li><a href="http://bourbon.io/" target="_blank">Bourbon, a Mixin Library for SASS</a></li>
+
* [http://www.w3.org/ World Wide Web Consortium]
<li><a href="http://www.w3.org/" target="_blank">World Wide Web Consortium</a></li>
+
* [http://wordpress.tv/ WordPress.tv]
<li><a href="http://wordpress.tv/" target="_blank">WordPress.tv</a></li>
+
* [https://codex.wordpress.org/Main_Page WordPress Codex]
<li><a href="https://codex.wordpress.org/Main_Page" target="_blank">WordPress Codex</a></li>
+
* [https://premium.wpmudev.org/blog/get-the-whip/ The WhiP]
<li><a href="https://premium.wpmudev.org/blog/get-the-whip/" target="_blank">The WhiP</a></li>
 
</ul>
 
 
<h3>Where to Learn Even More</h3>
 
<h3>Where to Learn Even More</h3>
 
<p>When you’re ready to learn more and take the next step, you have many choices. These sites are all fantastic places to enroll in affordable courses to advance your knowledge and maybe even your career.</p>
 
<p>When you’re ready to learn more and take the next step, you have many choices. These sites are all fantastic places to enroll in affordable courses to advance your knowledge and maybe even your career.</p>
<ul>
+
* [https://teamtreehouse.com/ Treehouse] – Quality courses on web design and development for individuals and businesses that are trusted by top companies.
<li><a href="https://teamtreehouse.com/" target="_blank">Treehouse</a> – Quality courses on web design and development for individuals and businesses that are trusted by top companies.</li>
+
* [http://www.lynda.com/ Lynda.com] – The creator of LinkedIn founded this tech education site with courses ranging from photography and music to web development and business. Since top companies are already on board, it shouldn’t be difficult to find a job after completing courses here.
<li><a href="http://www.lynda.com/" target="_blank">Lynda.com</a> – The creator of LinkedIn founded this tech education site with courses ranging from photography and music to web development and business. Since top companies are already on board, it shouldn’t be difficult to find a job after completing courses here.</li>
+
* [http://www.sitepoint.com/ SitePoint] – There are tons of great guides for CSS and beyond here. It’s practically a one stop shop and a great reference for code.
<li><a href="http://www.sitepoint.com/" target="_blank">SitePoint</a> – There are tons of great guides for CSS and beyond here. It’s practically a one stop shop and a great reference for code.</li>
+
* [https://www.sitepoint.com/premium/ SitePoint Premium] – Formerly called Learnable, this is the home of Sitepoint’s courses on web design and development. It’s a trusted source for learning everything you need to get started or advance in your career.
<li><a href="https://www.sitepoint.com/premium/" target="_blank">SitePoint Premium</a> – Formerly called Learnable, this is the home of Sitepoint’s courses on web design and development. It’s a trusted source for learning everything you need to get started or advance in your career.</li>
+
* [https://www.udemy.com/complete-web-developer-course/ Complete Web Developer Course] (Rob Percival) – A down to earth course on Udemy for beginners on web design and development. A former teacher, Rob Percival does an excellent job making programming easy to understand.
<li><a href="https://www.udemy.com/complete-web-developer-course/" target="_blank">Complete Web Developer Course</a> (Rob Percival) – A down to earth course on Udemy for beginners on web design and development. A former teacher, Rob Percival does an excellent job making programming easy to understand.</li>
+
* [https://www.codecademy.com/learn/web Codecademy HTML and CSS] – This is a quality HTML and CSS course.. What sets Codecademy apart from other course sites is their courses are interactive and they consider themselves to be modern in approach in comparison to the traditional school system in the US.
<li><a href="https://www.codecademy.com/learn/web" target="_blank">Codecademy HTML and CSS</a> – This is a quality HTML and CSS course.. What sets Codecademy apart from other course sites is their courses are interactive and they consider themselves to be modern in approach in comparison to the traditional school system in the US.</li>
+
* [https://www.coursera.org/ Coursera] – There are free web development and design courses available as well as affordable course bundles created by real universities such as Brown, Harvard, Standford and many more. For a fee, you can enroll in a course bundle and receive a certificate upon completion. While it’s not an equivalent to a degree, it still looks great on a resume since your education would be from a highly trusted and recognized source.
<li><a href="https://www.coursera.org/" target="_blank">Coursera</a> – There are free web development and design courses available as well as affordable course bundles created by real universities such as Brown, Harvard, Standford and many more. For a fee, you can enroll in a course bundle and receive a certificate upon completion. While it’s not an equivalent to a degree, it still looks great on a resume since your education would be from a highly trusted and recognized source.</li>
+
* [https://www.udacity.com/ Udacity] – Google created this education site that provides both free and premium courses. You can also enroll for their nanodegree programs in web development and programming that are <em>almost</em> as good as a degree since it’s enough to qualify for a high-paying job at top tech companies around the world including Google.
<li><a href="https://www.udacity.com/" target="_blank">Udacity</a> – Google created this education site that provides both free and premium courses. You can also enroll for their nanodegree programs in web development and programming that are <em>almost</em> as good as a degree since it’s enough to qualify for a high-paying job at top tech companies around the world including Google.</li>
+
* [http://codepen.io/">CodePen] – A community for front-end developers to showcase their work, get feedback and build a test case for bug testing. There are also so many really cool examples of what CSS can do, it’s downright inspirational.
<li><a href="http://codepen.io/">CodePen</a> – A community for front-end developers to showcase their work, get feedback and build a test case for bug testing. There are also so many really cool examples of what CSS can do, it’s downright inspirational.</li>
 
</ul>
 
<h3> </h3>
 
</div>
 

Revision as of 15:59, 6 July 2016

CSS Resources

If you’re new to CSS, it may seem like an overwhelming language to learn, but once you get into it, it’s quite manageable and pretty easy.

For the seasoned pro, it can be handy to have a list of all the selectors and properties since there are so many to remember and especially since CSS is a large part of Bootstrap and web design in general.

If you want to start learning about CSS or you want to brush up on your existing skills, here are some great resources:

For those who are fans of learning by doing, these are for you:

If you learn best in a structured environment, here are some free and premium courses:

If you’re looking for sites you can quickly reference when you’re stuck, here are some favorites:

SASS Resources

Simplyfying your CSS with SASS means you can style your site faster. Here’s several guides to help you get there:

Here are some tutorials to practice what you learn:

Seeing an expert show you the ropes through video is the next best thing to having them right in the room with you. Here’s some of the best SASS video tutorials and courses on YouTube:

Sign up for more WordPress wisdom

Guides and tutorials are fantastic, but if you need more information and guidance, a course may be more your speed:

LESS Resources

SASS is generally more popular, but there are lots of diehard LESS fans out there.

These helpful guides and tutorials should provide you with all the info you need to learn LESS from scratch or brush up on your skills. Either way, you should be able to decide which side of the fence you’re on.

Bootstrap Resources

There may not be many guides and tutorials in this list, but don’t let size fool you because these resources are worth their weight, er, file size in gold.

They include everything you need to know to start creating responsive sites with Bootstrap:

If you need a detailed guide that’s close by at all times, these books are great choices:

If you find learning through articles and books isn’t as helpful as having a teacher guide you through the material, here are some courses you may find helpful:

People of Note

There are so many wonderful web developers out there, it’s difficult to pick just a handful. That’s why I squeezed in a few more since following the right people on Twitter can bring you a constant stream of useful information.

  • Sara Soueidan – Front-end developer, writer and speaker. Author of the Codrops CSS Reference.
  • Ana Tudor – Developer and designer who also writes CSS posts for many sites such as CSS-Tricks.
  • Snook – Designer, developer, writer and speaker who also wrote SMACSS.
  • Codrops – Dedicated to providing useful tutorials, insightful articles, creative inspiration and free resources for web designers and developers.
  • CSS-Tricks – A curated web design community surrounding CSS.
  • Lea Verou – HCI researcher, author of CSS Secrets (listed here) and on staff at the W3C.
  • Harry Roberts – Speaker, author and consultant front-end architect for Google, UN, Etsy, Kickstarter, BBC and more.
  • Nicole Sullivan – Web developer, principal engineer and engineering manager.
  • Hakim El Hattab – JavaScript coder and CSS tweaker as well as the co-founder of * @Slides.
  • Mathias Bynens – Web standards fanatic specializing in JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode and OS X.
  • Peter-Paul Koch – Mobile platform strategist, consultant, writer, conference organizer and speaker, blogger, trainer and browser compatibility expert.

Must-Have Resources

In the world of the Internet, things change so fast before you can blink twice. That’s why I’ve compiled a special list of sites for you to bookmark so you can stay up-to-date on the latest and greatest.

Where to Learn Even More

When you’re ready to learn more and take the next step, you have many choices. These sites are all fantastic places to enroll in affordable courses to advance your knowledge and maybe even your career.

  • Treehouse – Quality courses on web design and development for individuals and businesses that are trusted by top companies.
  • Lynda.com – The creator of LinkedIn founded this tech education site with courses ranging from photography and music to web development and business. Since top companies are already on board, it shouldn’t be difficult to find a job after completing courses here.
  • SitePoint – There are tons of great guides for CSS and beyond here. It’s practically a one stop shop and a great reference for code.
  • SitePoint Premium – Formerly called Learnable, this is the home of Sitepoint’s courses on web design and development. It’s a trusted source for learning everything you need to get started or advance in your career.
  • Complete Web Developer Course (Rob Percival) – A down to earth course on Udemy for beginners on web design and development. A former teacher, Rob Percival does an excellent job making programming easy to understand.
  • Codecademy HTML and CSS – This is a quality HTML and CSS course.. What sets Codecademy apart from other course sites is their courses are interactive and they consider themselves to be modern in approach in comparison to the traditional school system in the US.
  • Coursera – There are free web development and design courses available as well as affordable course bundles created by real universities such as Brown, Harvard, Standford and many more. For a fee, you can enroll in a course bundle and receive a certificate upon completion. While it’s not an equivalent to a degree, it still looks great on a resume since your education would be from a highly trusted and recognized source.
  • Udacity – Google created this education site that provides both free and premium courses. You can also enroll for their nanodegree programs in web development and programming that are almost as good as a degree since it’s enough to qualify for a high-paying job at top tech companies around the world including Google.
  • ">CodePen – A community for front-end developers to showcase their work, get feedback and build a test case for bug testing. There are also so many really cool examples of what CSS can do, it’s downright inspirational.