A handy list of CSS based font stacks that you can copy and paste into your won stylesheets…
Articles in the ‘Code’ Category
-
CSS Font Stacks
Posted: 3 months ago in Code
Read More: CSS Font Stacks
-
Animate.css – a bunch of plug-and-play CSS animations
Posted: 4 months ago in Code
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…
Read More: Animate.css – a bunch of plug-and-play CSS animations
-
Yellow Fade Technique with CSS Animations
Posted: 4 months ago in Code
An alternative method of achieving the Yellow Fade Technique pioneered by 37signals. This method achieves simialr results using just CSS animations…
Read More: Yellow Fade Technique with CSS Animations
-
CSS Prototyping
Posted: 5 months ago in Code
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…
Read More: CSS Prototyping
-
CSS3 Buttonize Framework
Posted: 5 months ago in Code
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…
Read More: CSS3 Buttonize Framework
-
CSS3 Buttons Experiment
Posted: 6 months ago in Code
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…
Read More: CSS3 Buttons Experiment
-
CSS Techniques for Horizontal Rules
Posted: 7 months ago in Code
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…Read More: CSS Techniques for Horizontal Rules
-
Useful :nth-child Recipes
Posted: 8 months ago in Code
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 obvious how to alter them to get similar selections…
Read More: Useful :nth-child Recipes
-
12 Fun CSS Text Shadows You Can Copy and Paste
Posted: 8 months ago in Code
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
Posted: 9 months ago in Code
Read More: Pure CSS3 box-shadow page curl effect