How to Use CSS’s Clip Property

CSS’s clip property can be used to change the size of an image, but in a different way than using the width and height properties would. The width and height elements are used to adjust the size and scale of […]

Read Article

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

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

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

Modern Uses for Tables

The possibilities when it comes to coding have become diverse, incredibly trendy and very advanced. Tables, which were one of the first tools a developer had to create a grid, are still considered useful for certain things, despite the […]

Read Article