Skip to content

CSS Crash Course

Below is a collection of tutorials on CSS, the language used to change styles on web pages.

In this course, we’ll cover the following basic concepts: rules, declarations, properties, and values.

We’ll also look at specific examples for each of those concepts. We’ll also learn how to use your browser’s dev tools to look at the CSS on other sites and troubleshoot the CSS on your own site.

Basics

Colors

Fonts

Borders and Spacing

Selectors

HTML Elements

Concepts

Writing CSS

Browser Dev Tools