reading-notes

What is CSS?

Don’t Stop Chasing Cascading Style Sheets (CSS)

The driving force behind great-looking web pages!

Really Great Looking Web Pages <img src="102/pics/tlc.jpeg" alt="Really great looking web pages!" width="50%" height="50%">

CSS Notes

Basic Rules of CSS

selector { property: value; property: value; property: value; }

How to incorporate CSS

What About Flow?

  1. Inline style (Inside HTML)
  2. External and internal style sheets

    in the head section of the document

  3. Browser Default

What is the purpose of CSS?

What are three ways to insert CSS into your project?

Write an example of a CSS rule that would give all <p> elements ice blue text.