In this post, I would like to share with you a hand-picked list of 80+ best loading spinners animated with pure CSS/CSS3 for your next project, for inspiration, or for your particular users who have Javascript DISABLED.
animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.
Media Queries is a new feature in CSS3 that allows you to write CSS styles for devices with different orientations and dimensions. Following is a list of CSS3 Media Queries for most common used devices that cover iPhone, iPad, Kindle, Android phone and more .
In this tutorial written by MARY LOU we’re going to show you some simple CSS tricks using data attributes and pseudo-elements. The aim is to create an image caption using only an anchor and an image as markup. We’ll be exploring how to create pseudo-elements from some data attribute values and use them in a hover effect or simply show them next to the image. Using (more) semantic markup is of course what you should be doing, especially for data that is important to be shown. Demo: http://tympanus.net/Tutorials/PseudoElementsImageCaptions/ Download: http://tympanus.net/codrops/2013/07/05/using-custom-data-attributes-and-pseudo-elements/