Learn CSS, 30 Seconds at a Time

If you are learning CSS or want to get to know some of its terms and concepts in a friendly way, try 30 Seconds CSS . Each post on this site shows a separate piece of code, demonstrates the result, and explains how each piece of code works. Here are some articles that you will understand even if you are not a designer or developer:

  • Bouncing loader creates animation without using image files.
  • Disabling selection makes it impossible for the user to select text. (Evil!)
  • The system font stack allows the developer to choose which fonts to display if others are not available.
  • When the user hovers over something, such as a menu bar, Sibling darkens other text.

The site explains 33 CSS snippets and contains snippets that some seasoned designers have never seen . More than 1,500 other snippets (no detailed explanation) can be found at LittleSnippets.net .

More…

Leave a Reply