Introduction to CSS

CSS stands for Cascading Style Sheets. It is used to style HTML elements.

h1 {
  color: blue;
}