How to Animate a Gradient Background

Gradient backgrounds are a cool way to add color and dimension to your projects or HTML elements using CSS, but did you know there’s actually a way to make gradient backgrounds even cooler? It can be done the same way […]

Read Article

How to Use Google Fonts

Google Fonts‘ extensive collection of font styles is an invaluable tool for front-end web developers and designers. Not only does it host hundreds of different fonts available for anyone to use, but most of the fonts also include options for […]

Read Article

Eric Meyer’s CSS Reset

Because each browser has its own default style rules that it uses for styling a lot of different HTMl elements, using a CSS reset is a great way to get rid of inherent and default browser styling that can get […]

Read Article

CSS Snippets: List Styles

One of the great things about HTML lists is that they’re really versatile. You can completely customize and manipulate them using CSS so that they’re almost unrecognizable as the basic <ul> or <ol> elements that they really are. We’ve curated […]

Read Article

CSS Snippets: How to Style a Table

Tables are one of the trickiest and most complex of the “basic” HTML elements. They require a lot of specific tags to create, every browser has its own very different inherent styles for them (this can make styling a nightmare), […]

Read Article