CSS Basics: How to Make Shapes, Part II

(if you haven’t already, make sure that you read Part I first!)

We’ve already covered how to create some basic shapes using CSS (circle, square, triangle, etc), but now it’s time to make shapes that are just a little more complex.

Let’s […]

Read Article

CSS3’s Border-Width Property

CSS’s border property is probably most often written out in the border shorthand, meaning that the one “border” property covers values for the border-width, border-color, and border-style properties. Because of this, many beginner developers might not know everything that the […]

Read Article

Top 7 CSS Snippets Featuring Outer Space

Outer space is trending, especially after the recent discovery of a whole lot of new planets. If you want to keep your designs and projects on trend, maybe consider including some of these awesome space-themed CSS snippets in your sites.

1. Pure […]

Read Article

Top 9 CSS Snippets of Cats

If you spend any time on the internet, then you probably know that the internet is obsessed with cats. Cat videos, cat images, cat memes…they’re everywhere. If you want to contribute your part to the world wide web’s cat obsession, […]

Read Article

5 Helpful CSS Tools for New Developers

If you’re just beginning to learn CSS, it’s possible that you might find yourself feeling overwhelmed and unsure of where to begin, and if you’re writing your code properly and following CSS best practices. Luckily there are dozens of free […]

Read Article

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

How to Create a CSS Code Snippet

Code snippets are free chunks of code that can be used by any developer to add certain features, functionalities, or styles to a project. Code snippets are typically open source, meaning anyone can not only use them, but also change […]

Read Article