How to Create a Sticky Footer Using CSS

Sticky footers are footers that appear fixed to the bottom of the screen no matter where you/how far you’ve scrolled down the page. In theory, the position of a sticky footer should never change, and it should always be visible […]

Read Article

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

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: Navigation Menu Bars

One thing most websites can’t live without is a good nav bar. With all of the different size screens that a site can be viewed on, it can be challenging to create a nav bar that’s functional AND good looking. Check out […]

Read Article

Styling Resources: Learn CSS for Free

Looking to learn CSS or to brush up on your styling skills? Check out any of these free interactive resources to learn CSS from anywhere you can grab a wifi connection!

1. Codecademy

 

Codecademy is a really popular resource for learning to […]

Read Article

7 CSS Snippets to Style Blockquotes

Blockquotes are HTML elements that are meant to isolate a long quote or block of text. In terms of styling, they present developers and designers with opportunities to get creative with their designs, because they can be styled in so […]

Read Article