Learn to Code: Episode 013 – CSS Properties

In this episode we’ll talk about some of the basic CSS properties and how we can use them in our HTML page. For now, we will just play around with the basic properties and how to apply them to HTML so the page won’t look that pretty.

Some of the properties we’ll discuss are:

  • color
  • text-align
  • border
  • background-color
  • background-image
  • background-size
  • list-style
  • cursor
  • display

We’ll also discuss different ways to set colors in CSS such as rgb() and rgba(). In the next lesson, we’ll talk about CSS Selector basics and then after that, we’ll build a more decent example.

Leave a Comment