Skip to content

Instantly share code, notes, and snippets.

@zbunde
Last active November 8, 2015 16:03
Show Gist options
  • Save zbunde/0f186508a1faab37c07d to your computer and use it in GitHub Desktop.
Save zbunde/0f186508a1faab37c07d to your computer and use it in GitHub Desktop.

CSS

Group

  • Have each table summarize the blog post.
  • Watch video.
  • After video Have each table chose a website and seperate it's homepage into these 3 things.

Base

  • Core styles for site
    • default elements
    • grid
    • variables
    • reset/normalize
    • fontsize
    • font

Components

  • User Interface/ Design patterns
    • Alerts
    • Forms
    • Buttons
    • Lists

Modules

  • Business logic.
    • Header
    • Footer

Qs?

  • What does "be explicit without raising specificity" mean?
  • Describe yourself using CSS.

Similarities w/ coding

  • DRY
  • small boxes
  • reusable

CSS Vocab

  • Class
  • Element
  • Selector
  • property
  • value
  • font/typeface
  • color
  • hover

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment