Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: css reset

CSS: reset or normalize?

June 10, 2013

An interesting article exploring the pros and cons of using CSS reset and CSS normalize in your projects…

csshead comment 0 Comments

A Comprehensive Guide to CSS Resets

December 17, 2010

This guide examines the infinite-like variety of CSS resets created by web developers and designers across the world.While almost all of these CSS resets are generally provided free for public use many through Creative Commons licensing, it is incumbent upon you to check the terms of use before putting them to use in your projects…

csshead comment 0 Comments

Resetting Your Styles with CSS Reset

June 20, 2009

Resetting your styles, commonly referred to as CSS Reset or Reset CSS is the process of resetting (or more accurately – setting) the styles of all elements to a baseline value so that you avoid cross-browser differences due to their built-in default style settings. By resetting your styles, you avoid defaulting to the browser’s built-in […]

csshead comment 0 Comments