To begin learning CSS, we will start off with giving an understanding of Selectors. Type selectors, ID selectors, Class selectors, just to name a few. These are important for picking out what on a page we want to apply a style to.
In this chapter, we will look at what the Cascade in CSS stands for. This will cover topics such as inheritance and specificity. An understanding of these concepts allows a designer to more effectively create styles and write less code.
In this middle chapter, we will take time to introduce a good portion of the tools at a designer's disposal when styling content with CSS. We will primarily go over styling text, colors, and backgrounds.
In this chapter, we will exert energy to address the matter of space. Space is important stuff; Most of the universe is made up of it, and so is most of your page. In order for elements to sit on the page where you want them, you must be familiar with concepts such as margins, padding, borders, and dimensions.
Finally, learn how to position elements in the page, and master the crazy float property of elements.
You must complete all chapters before taking the course exam.
In this video, websmartTV gives us a quick intro into the functional use of CSS. The value of separating content from presentation.
In Part 1 of this video from Learn Web Code, we are shown how CSS can be used to style specific elements of a page.
In Part 2 of this video from Learn Web Code, we explore different methods of assigning styles to key elements in your HTML page.
In Part 3 of this video from Learn Web Code, we learn how descendant selectors give you all the control you need to define your styles for very specific elements in your page.
This video demonstrates how you can make your style more specific without writing too much code. To accomplish this we further explore uses of descendant selectors as well as well as attribute selectors. You'll also get a brief look at psuedo-classes like :hover.
Here is a complete reference to all the kinds of CSS selectors available. You are not expected to know all of these off the top of your head, but should you ever forget, its good to know that resources like this are available.
Take the chapter 1 test and unlock the Selectors badge.
This video demonstrates how you can make your style more specific without writing too much code. To accomplish this we further explore uses of descendant selectors as well as well as attribute selectors. You'll also get a brief look at psuedo-classes like :hover.
edit
You are making progress towards completing chapter 1 and unlocking the Selectors Badge
This badge is worth: 50 Points