As far as CSS features go this is still relatively new. Because of this, support can be spotty. So let’s check out caniuse.com. Caniuse is a website created by a friend of mine Alexis Diveria,…
Tag: css
CSS Blend Modes
Blend Modes is one of the new specifications coming to CSS, you can test this in certain recent builds of webkit with: -webkit-blend-mode Values include traditional blend modes like multiply, screen, overlay, and more. This…
CSS Sprite Map Generator for background-image
So yesterday I thought it would be useful to have a tool that generates CSS classes based on defined slices of an image. There are tools out there that do this but I wanted to…