10 Coolest Text Effect Snippets on CodePen

CodePen is a really popular snippet repository site where developers and designers can upload pieces of their project to help inspire the work of other developers and designers. It’s a great tool for expanding your understanding of what code can do, […]

Read Article

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

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

CSS Basics: How to Make Shapes, Part I

In CSS, it’s relatively easy and fairly common to use div elements to create different recognizable shapes. All it takes is one div element, a little (sometimes a lot, depending on the desired shape) CSS, and usually a basic understanding […]

Read Article

How to Use Social Media Icons

Wondering what the best practices are for adding social media icons to your web pages? Or are you just confused about how and where to use them? If you’ve answered yes to any of these questions, keep reading for our […]

Read Article