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 shorthand

A Primer on the CSS Font Shorthand Property

June 26, 2009

Font declarations and related properties in CSS are fairly straightforward to write in longhand. But there is a shorthand CSS property for declaring certain typographical properties that is well-supported across all common browsers, but a little quirky to work with. In this article I’ll describe how the css font shorthand property is used, how it […]

csshead comment 0 Comments

Shorthand CSS: Margins

June 2, 2009

Writing Shorthand CSS is a great method of not only writing better code, but it also can reduce load times and speed up development time by almost halving the code to be written. There are different methods and types of shorthand CSS. These are covered in the following screencast and tutorial…

csshead comment 0 Comments

CSS Shorthand Guide

January 31, 2009

Ok. Let’s set the record straight. There is no official guide for each and every CSS shorthand property value. So let’s work together and put one together. Anytime I’ve ran into a specification (besides the confusing mess at the W3C), it turns into showing off a couple of examples and you’re supposed to be set […]

csshead comment 0 Comments