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: drop shadow

Pure CSS3 box-shadow page curl effect

May 6, 2011

A beautiful page curl effect using just CSS3. You’ll need a modern browser to see it…

csshead comment 0 Comments

Creating Shadows Around Polygons in CSS

September 21, 2010

Almost every polygon can be reduced to a combination of simpler shapes — a reduction that’s the essence of how we make complex shapes with HTML and CSS in the first place. So what we have to do is apply the shadow to both those boxes, and then cut off the overlap with clip…

csshead comment 0 Comments

Cross-browser Drop Shadows Using Pure CSS

November 11, 2009

There’s an awful lot of noise at the moment regarding dropping IE6 and forging ahead with CSS3 properties for the finer touches on web layouts. One such example is adding drop shadows to content blocks. There are countless ways of achieving this, most requiring additional HTML markup and one or more PNG images. Not to […]

csshead comment 0 Comments

Cross-browser drop shadows using pure CSS

July 30, 2009

There’s an awful lot of noise at the moment regarding dropping IE6 and forging ahead with CSS3 properties for the finer touches on web layouts. Do websites need to look exactly the same in every browser? One such example is adding drop shadows to content blocks. There are countless ways of achieving this, most requiring […]

csshead comment 0 Comments