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

Spacing The Top of Modules

August 23, 2013

A solution to a common CSS problem: Spacing the Bottom of Modules or, rather, dealing with too much space at the bottom of a content module…

csshead comment 0 Comments

CSS In Depth: Margins, Padding & The Box Model

March 9, 2010

In the first of the CSS In depth series, we’ll be talking about margins, padding and the box model. Margins and padding are some of the most widely used styles in CSS, but are often the source of frustration in cross-browser compatibility. In this post, we’ll explain the difference between padding and margins, how the […]

csshead comment 0 Comments

Purely CSS – Faking Minimum Margins

October 7, 2009

Sadly, min-margin is nonexistent in the CSS world. I was okay with that – until recently, when I realized I needed it. After a fair share of general thought and Google usage, I arrived upon a solution, which I invite you to check out below. So what situation would you need min-margin in? Take a […]

csshead comment 0 Comments