Introduction to CSS

CSS is a language that describes the style of an HTML document. CSS describes how HTML elements should be displayed. This tutorial will teach you CSS from basic to advanced.

Above is an example of how CSS is used. The colored squares are made from divs. The divs are styled using CSS. Each square is styled using a different class. The classes are defined in the CSS file.

Projects / Homework for this class can be found in the projects start folder