Category Archives: CSS

HTML5 Boilerplate Releases v2.0

Posted on

The developers behind HTML5 Boilerplate have released version 2.0 of their boilerplate HTML, CSS and JavaScript templates for quickly prototyping HTML5 designs. You can grab a copy of HTML5 Boilerplate v2.0 from the HTML5 Boilerplate website. Version 2.0 of HTML5 Boilerplate has several significant changes, including ditching the traditional reset stylesheet for normalize.css. Normalize is a bit   …Continue Reading


CSS Tips & Trick – Preload an Image Without Using Javascript

Posted on

You might have been observed on many web pages, when you mouse over on any image it disappears for 2-3 seconds and when you mouse over next time it works well, why it happens? The answer is simple the image which is on hover class is not been loaded yet, as a result when you   …Continue Reading