SpinKit – spinners animated with CSS
View the demo here.
Some really nice examples of what’s possible with the modern web technologies… My favorite of the list was the tear-able cloth.
Do you know what is the difference between these two?
ul li { margin: 0 0 5px 0; } ul > li { margin: 0 0 5px 0; }
If not, you should read this article. Very simple and straightforward explanation of a few CSS selectors.