Design

Everything on this page is a lesson/explanation. Just read through it; there is nothing for you do to except read through it. The project steps continue on the next page. 

CSS Intro

  • CSS stands for Cascading Style Sheets.
  • CSS describes how HTML elements are to be displayed on screen, paper, or in other media
  • CSS saves a lot of work. It can control the layout of multiple web pages all at once
  • External stylesheets are stored in CSS files
  • We will be adding our styles in a linked sheet.

HTML Colors

We'll use this website: html-color.codes

You'll have to copy the name or the HEX number.