Trendy Free Fonts for 2017

It’s 2017 and if your site still uses Open Sans, you might be behind the times. For some projects, trendy design isn’t super important. But if you want your brand to reflect that you’re on top of latest trends, it’s […]

Read Article

How to Create Animated CSS Gradients

The CSS Gradient Animator is a really cool tool that allows you to create your own animated CSS gradients quickly and super easily. It allows you to customize everything from colors, to speed of the animation, to angle of the […]

Read Article

5 Best Sites for CSS Snippets

As a developer or designer, CSS snippets can be both creatively inspiring and a huge time saver. With snippets, you can easily add cool effects to your projects without having to write the code from scratch. The best thing about […]

Read Article

How to Minify Your CSS

Minifying your CSS is a great and really easy option for optimizing the speed of your site. When you minify your CSS, you’re basically compressing the files so that they’re smaller and easier for your server to grab quickly. Having […]

Read Article

CSS Snippets: Folded Text Effect

Text effects are one of the most fun ways that you can play around with CSS to change the appearance of standard HTML tags. In this tutorial, we’ll demonstrate how to use the text shadow and transform properties to create […]

Read Article

7 CSS Snippets for Food Lovers

One of the most fun ways to use CSS is to create a delicious looking representation of your favorite types of food. If you’ve never seen this done before, you might be surprised at the amount of versatility that CSS […]

Read Article

Compensate for Internet Explorer with PIE

As a developer or designer, you probably know that not all browsers (especially not all older versions of browsers) have support for all the nifty CSS properties. In particular, older versions of Internet Explorer that are still in pretty wide […]

Read Article