Let's Learn CSS

As previously stated to learn CSS, you must know html. CSS is fairly straightforward. There are three thing that you really need to understand.

  1. The DOM
  2. Selectors
  3. Attributes/Properties

In this tutorial we will show you all three, as well as some of the common ways to use them to help design your own webpage.

NEXT LESSON