Introduction to CSS

Introduction to CSS

4 hours, 11 minutes CC

Learn the basics of CSS, like how to import styles into an HTML file, how to target specific elements on a page using selectors, useful tools, how to add spacing to a page, and a few ways to create basic layouts. Then, practice your new skills by coding the layout for a blog page.

This course is completely free as part of the Frontend Masters Online Bootcamp!

Published: September 2, 2019
Get Unlimited Access Now
Table of Contents

CSS Basics

CSS Classes & the Cascade

CSS Tools & Exercises

CSS Spacing

CSS Layout with Block & Inline Block

CSS Layout with Floats

CSS Layout with Flexbox

CSS Layout Exercise