CSS — Part One

Date

Timestamps

  • :09 — What is CSS?
  • :25 — CSS Rules and Selectors
  • :58 — Colors
  • 1:38 — Fonts
  • 2:40 — Backgrounds
  • 3:00 — Borders
  • 3:22 — Pseudo Classes
  • 4:03 — Linking Stylesheets
  • 4:47 — Inline Styles

Where HTML lays out the page for the browser, CSS, or Cascading Stylesheets, sets out the design for the page. With CSS, you can define fonts for HTML elements, background colors, border, sizes and more. If it’s designed on the page, it’s more than likely designed with CSS. Today, we’ll walk through the basics of…


Where HTML lays out the page for the browser, CSS, or Cascading Stylesheets, sets out the design for the page. With CSS, you can define fonts for HTML elements, background colors, border, sizes and more. If it’s designed on the page, it’s more than likely designed with CSS. Today, we’ll walk through the basics of creating a stylesheet, linking it to the page and going over some of the basic CSS rules you can use.

Leave a Reply

Your email address will not be published. Required fields are marked *

I accept the Privacy Policy

This site uses Akismet to reduce spam. Learn how your comment data is processed.