How to Use CSS’s Resize Property

The resize property is actually a really cool, very underrated CSS property that you can use to allow the user to resize any HTML element.

You might already know that by default, textarea boxes are resizable by the user. The three […]

Read Article

How to Use CSS3’s Padding Property

In today’s tutorial we’re going to talk about how to use a super-popular CSS property: padding. You can think of the padding property as a way to add space within your elements — not to be confused with margins, which […]

Read Article

7 Free Animal-Inspired Icon Sets

What’s better than free icon sets? How about free icon sets that are used to depict the cute happy faces of everyone’s favorite pets? Yeah, that sounds about right. Here we’ve compiled a list of some of the best free […]

Read Article

CSS3’s Widows and Orphans Properties

Widows and orphans. These might sound like strange names for CSS properties, and they kind of are. They’re named as such because they come from old-school typography terms referring to, if you can believe it, lines of a paragraph. A […]

Read Article

The Many Uses of CSS3’s Display Property

CSS3’s display property can be used in a lot of different context to achieve a lot of different effects. The property takes dozens of different values, so really, it’s very versatile. Commonly it’s used to make an item disappear (display: […]

Read Article

How to Convert Pixels to Ems

If you work with CSS a lot, and especially if you work with a lot of responsive and mobile friendly designs, then you probably know the difference between pixels and ems. But just in case, here’s a little rundown for […]

Read Article