In this topic we want to make sure that you not only understand just what elements and selectors and attributes you CAN use, but also which ones you SHOULD use in each situation. Many websites have similarities in the way they are structured. To be more specific, most of them use container divs for grouping elements and they use classes and IDs as necessary to determine styles.
Duration: 30 minutes
In this section you can find a lot of helpful links to other content. This is a supplemental material for you if you want to dive deeper into some concepts.
Put a box around every div on the page with this Chrome extension, or this Firefox extension. It can help you deconstruct an existing page or debug your own layouts.
Bookmark the CSS Reference, a visual guide to CSS, by Jeremy Thomas.
In this topic we will see a brief section about backgrounds. Although backgrounds are an important element of a web page, they are usually ignored until they become a problem. Therefore this section should get you thinking properly about backgrounds. To be more specific you will learn how to deal with backgrounds using regular old CSS.
<img>
tagSkim through this CSS Tricks article on the different types of gradients
In this section you can find a lot of helpful links to other content. This is a supplemental material for you if you want to dive deeper into some concepts.