Front End Engineering June 2015

Tuesday June 30

Daily Review

  1. CSS Syntax
  2. Basic Selectors
    • tag name
    • .class
    • id

    • Descendants
  3. Basic CSS Properties
    • width
    • height
    • display
    • margin
    • padding
    • border
    • background
    • box-sizing
    • position
      • top
      • left
      • right
      • bottom
    • color
    • border-radius
    • font-size
    • font-style
  4. Web Inspector
    • Inspect Element
    • Trying things out with the web inspector
  5. Resources