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: formatting

Clean CSS – Optimize and Format your CSS

January 5, 2010

A useful online tool to format and optimize your CSS files. Lots of options that enable full control of the process…

csshead comment 0 Comments

CSS – 3 Simple steps to write better Stylesheets

July 14, 2009

How to write your style sheets more efficiently. Covers these points: A style sheet should be easy to read A style sheet should be easy to maintain A style sheet should be well commented The time to achieve these goals shouldn’t negatively impact the development time of a website.

csshead comment 0 Comments

Different Ways To Format CSS

July 13, 2009

Formatting has nothing whatsoever to do with how the CSS functions. But that’s not to say formatting isn’t important. That would be like saying the choice of canvas isn’t important to a painter. It affects how it feels to write CSS, how easy it is to read, how easy it is to navigate, and how […]

csshead comment 0 Comments

Essential Practices for Styling Your CSS

June 24, 2009

An exceedingly overlooked aspect of constructing CSS style sheet involves the developers ability to write clean, semantic code (marking your code with corresponding tags, for example, h1, h2, br, ul, and so forth). You don’t need to be a CSS guru, but you should have firm knowledge of the basics. A vast majority of designers […]

csshead comment 0 Comments