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

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

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

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