Skip to content

Latest commit

 

History

History
 
 

3_CSS_CSS3

Part 3. Cascading Stylesheets (CSS)

HTML is used to define the structure of the information you're displaying on your page. Cascading Stylesheets (CSS) is used to indicate how everything should be displayed. This separation of concerns enables greater flexibility and accessibility for your pages.

We're going to explore how CSS works, how items are selected, and the most important lesson about CSS - boxes.

  1. Start Here: CSS Overview
  2. CSS Selectors
  3. Styling Elements
  4. Styling Text
  5. Using the Inspect Tool
  6. The Display Property
  7. Box Model
  8. Activity: Plotting Your Blocks
  9. Optional Activity: Dojo Diner

NEXT: Part 4. Capstone + Deployment with Azure

Course modules