Border-Radius Forward Slash Syntax

We’ve already covered how to use CSS3’s border-radius property,  but what we haven’t covered is how to use a particular syntax when defining your border-radius values. If you’re a practiced web developer, you may have come across instances of the […]

Read Article

Top 5 Interactive CSS Code Snippets

The CSS tutorial site The Code Player offers really cool and unique tutorials that can help you to learn and understand CSS in a meaningful way. What makes The Code Player’s tutorials so unique is that instead of just download a […]

Read Article

6 Cool Ways to Use Shadows in CSS

CSS’s box-shadow and text-shadow properties are incredibly versatile, allowing you not just to add shadows to various elements and text, but also making it possible to create cool, multi-dimensional effects for your projects. If you’re looking for inspiration on new […]

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

CSS Snippets: Retro Text Effect

One of our favorite ways to play around with CSS is to apply cool effects to text. Text-shadows are a great, versatile tool to employ if you’re looking to apply cool effects to text, as you’ll see in the following […]

Read Article

CSS Shapes: How to Make a Heart

With Valentine’s Day season upon us, you might find yourself wanting to add some seasonal flair to your websites or projects. An easy way to do this is by adding heart shapes to your pages. You can do this by […]

Read Article