Chapter 2: CSS (Cascading Stylesheet)

 

Chapter 2

CSS

Cascading Style Sheets (CSS) is all about style. It works alongside HTML and style web pages to make them look better.

CSS is written in property: value; pairs.

  • property is what we want to change. For example: color, font-size
  • value is what we set that property to. For example: font-size: 12px;

Comments

Popular posts from this blog

JavaScript: How to create an array of unique values using Set?

JavaScript: Constructor Function in Objects

JavaScript: Basics