The Anatomy of Style
Elements have many properties that can be affected. This course covers several of them, but not all. Luckily, many of the properties are intuitively labeled.
In the example below, our selector is the <body>
element. The declaration is made up of the property background-color
and we changed its value to orange
.
Altogether
NOTE: You can toggle between HTML and CSS frames in the CodePen embeds by simply clicking on their tabs:
- Previous
- Next