Skip to content

Instantly share code, notes, and snippets.

@mjhea0
Forked from zbunde/modularcss.md
Created November 8, 2015 16:03
Show Gist options
  • Save mjhea0/9338b14f6c4b141e217c to your computer and use it in GitHub Desktop.
Save mjhea0/9338b14f6c4b141e217c 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