Animate.css – a bunch of plug-and-play CSS animations

animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, etc…

Yellow Fade Technique with CSS Animations

An alternative method of achieving the Yellow Fade Technique pioneered by 37signals. This method achieves simialr results using just CSS animations…

CSS Prototyping

This is a simple CSS code snippes to overlay a grid or a mock-up over a page you’re styling. It will also allow you to edit content directly in the browser to see how your layout behaves depending on various lines of text…

CSS3 Buttonize Framework

The Buttonize Framework is a simple, light-weight CSS file with precompiled styles and colours for quick, modern looking buttons. It uses CSS3 for rounded corners and subtle gradients but with bulletproof fallbacks for older browsers…

CSS3 Buttons Experiment

So I had a little fun last night and decided to experiment with some CSS3 buttons. I created eight different buttons so far. No images were used at all. I went wild with gradients and rounded corners…

CSS Techniques for Horizontal Rules

Code examples for displaying more elaborate horisontal rules in your designs. Examples use background gradients for webkit and mozilla. All versions of IE just show the solid rule…

Useful :nth-child Recipes

I get a little giddy when I come across perfect uses for :nth-child or :nth-of-type read about the difference. The better you understand them, the more css nerdgasms you get to have!In these simple "recipes" really: expressions I’ll arbitrarily use a flat list of list items and randomly chosen numbers. But it should be fairly […]

12 Fun CSS Text Shadows You Can Copy and Paste

Looking for a quick and easy way to add text shadows to your design? Here’s an article with a few useful CSS3 text-shadow code samples that you can cut and paste then use in your own work…

Pure CSS3 box-shadow page curl effect

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

39 Ridiculous Things To Do With CSS3 Box Shadows

Box-shadow is a pretty powerful property in modern browsers. With just six little values, you can make some really neat stuff. How much neat stuff, you ask? To find out, I set a little time aside each day to play with it. The result is 39 ridiculous little experiments that, due to whatever issues, can […]

« Previous PageNext Page »