The Basics of CSS
Cascading Style Sheets (CSS) allows you to style and layout web pages. For example, control the color of the text, the spacing between paragraphs, and how columns are sized and laid out. CSS can even alter the presentation on different types of devices.
Getting Started with Selectors
Selectors are a way to target specific HTML elements in your document. They vary from simple, single-element selectors, to complex combinations that require some thought. For beginner guides, visit our Selectors Tutorial.