Code

Big collection of free code stuffs like javascript, HTML, CSS, jQuery and more.

CSS Labeled Checkbox

Creating a checkboxes with checked or unchecked custom label, built only with a little Html & CSS3 code. Check the demo page in the Zip for more information.

A List of CSS Media Queries For All Common Devices

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 .

Image Captions with Pseudo Elements

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/