Skip to content

Instantly share code, notes, and snippets.

@taozle
Last active September 11, 2016 16:34
Show Gist options
  • Save taozle/a33246d7b332af816b3d3da2e47d6082 to your computer and use it in GitHub Desktop.
Save taozle/a33246d7b332af816b3d3da2e47d6082 to your computer and use it in GitHub Desktop.
CSS note
  • CSS 优先级?

      1. !important
      2. inline
      3. id
      4. class (多个 class 按照定义顺序)
    
  • Placeholder

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