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

Pure CSS Reflections

June 8, 2010

Many might not be aware that, with CSS, we can achieve reflections quite easily in all webkit-based browsers, which represent roughly 20% of all browser usage. The key is in the vendor-specific, -webkit-box-reflect property. I’ll show you how to use it in today’s video quick tip…

csshead comment 0 Comments

Flip an Image

May 19, 2010

You can flip images with CSS! Possible scenario: having only one graphic for an “arrow”, but flipping it around to point in different directions…

csshead comment 0 Comments