Originally published July 6, 2020. This article is preserved from the earlier Codefrost
site; references to products and tools reflect that time.
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.
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.