Skip to content

Instantly share code, notes, and snippets.

@blude
Created May 18, 2011 18:00
Show Gist options
  • Select an option

  • Save blude/979122 to your computer and use it in GitHub Desktop.

Select an option

Save blude/979122 to your computer and use it in GitHub Desktop.
CSS com "classe"

Coisas que NÃO se deve fazer

  • CSS in-line. Ex.: <div style="border: 1px solid #fafafa; padding: 10px; margin: 0 auto;"></div>
  • Classes semanticamente pobres. Ex.: <td class="bottom-gray-border"> ou <div class="azul">
  • Classes super específicas #product #sidebar div.categeory span a { ... }
  • input.greendiv#wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment