Skip to content

Instantly share code, notes, and snippets.

@RyanNielson
Created July 9, 2014 13:20
Show Gist options
  • Save RyanNielson/525513a00436deedc040 to your computer and use it in GitHub Desktop.
Save RyanNielson/525513a00436deedc040 to your computer and use it in GitHub Desktop.
HTML/CSS Styleguide

Style

  • User underscores in ID names.
<div id="cool_div"></div>
  • User dashes in class names.
<div class="cool-div"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment