Create new blank page
This is the CSS, or cascading style sheets, tutorial. This series of tutorials will walk you through creating your first css page and help you become familiar with the CSS design language. For this example, we will mimic the homepage for "Beaver Cheese Secrets."
Insert Background Images
Background images can do much for your page design. They can be used for purposes that are both functional and beautiful.
Style Your Selectors
The idea of customizing your selectors may seem intimidating, but the actual process is simple. If you can work with simple HTML, it will be equally easy to work with CSS.
CSS Page Building: Arrangement and Content
Now, it's time to build a page using CSS. There's a simple format to follow that will make your page turn out precisely as desired.
Working with Columns, Headers, and Footers
CSS can help you easily manipulate text and content without the use of HTML. It is important to understand every element of your page.
CSS Page Layout
There are several common page layouts in the realm of CSS. Since the standard HTML tables are seldom used, it can take some adjustment to get used to this.
CSS: About Div and ID tags
One of the most confusing facets to cascading style sheets is the contrasting purposes of "div" and "id." Which should you use?