astramieri / css-full-course

Complete all-in-one CSS tutorial by Dave Gray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Full Course

Complete all-in-one HTML tutorial by Dave Gray.

Lessons

  1. Introduction
  2. Selectors
  3. Colors
  4. Units & Sizes
  5. Box Model

Links

Main Topics

  • Type of CSS
    • Inline CSS (included within specific elements)
    • Internal CSS (included within the head section)
    • External CSS (stored in a separate file)
  • CSS Selectors (specificity order)
    • universal selector
    • element selector
    • class selector
    • id selector
  • CSS Property Inheritance
    • it controls what happens when no value is specified for a property on an element
  • CSS Units
    • absolute (e.g. pixels)
    • relative (e.g. rem or em)
    • percentage

About

Complete all-in-one CSS tutorial by Dave Gray

License:MIT License


Languages

Language:HTML 72.4%Language:CSS 27.6%