CSS Notes

CSS is for presentation

CSS stands for Cascading Style Sheets.

CSS is a declerative language. It does things like fontypes, size, colors, borders, positioning etc..

SYNTAX

h1 { color : red ;}

h1 is the "selector"

Setup

  1. In Line
  2. Block
  3. External

Test