Cascading Style Sheets: Advanced CSS syntax

  1. Basic CSS syntax
  2. CSS
  3. Pseudo-elements

You’ve learned how to add a style sheet to a web page, how to apply styles to HTML elements, how to create classes of HTML elements, and how to target elements that are parts of other elements.

That covers most of what you’ll do with style sheets. For more advanced CSS, we’ll learn how to look at adjacent elements, how to detach elements so that other elements wrap around them, and how to use special “pseudo-elements”.

  1. Basic CSS syntax
  2. CSS
  3. Pseudo-elements