CSS Resources

CSS

  1. CSS Zen Garden – http://www.csszengarden.com/
  2. CSS 2.0 specification (W3C) – http://www.w3.org/TR/CSS2/
  3. CSS Validator – http://jigsaw.w3.org/css-validator/#validate_by_input
  4. CSS index reference (W3C) – http://www.w3.org/TR/CSS2/indexlist.html
  5. Selectors (W3C) – http://www.w3.org/TR/CSS2/selector.html
  6. Declaration block (W3C) – http://www.w3.org/TR/CSS2/syndata.html#rule-sets
  7. Great article on CSS positioning; In Search of the Holy Grail – http://www.alistapart.com/articles/holygrail
  8. Designing for pixel density – http://coding.smashingmagazine.com/2012/08/20/towards-retina-web/
  9. The amazing em unit. An oldie but goodie –  http://www.w3.org/WAI/GL/css2em.htm
  10. CSS3 Cheat Sheet, Nick Schäferhoff –  https://websitesetup.org/css3-cheat-sheet/
  11. A Complete Guide to Flexbox, CSS-tricks –  https://css-tricks.com/snippets/css/a-guide-to-flexbox/