CSS Notes

CSS is for PRESENTATION.

CSS stands for Cascading Style Sheet

CSS is a declarative language. It does things like font, size, colors, container, positioning, border, backgrounds, images, and more.

SYNTAX

h1 { color : red ; }

h1 is the "selector"

Setup

  1. Inline
  2. Block
  3. External