Skip to content

Instantly share code, notes, and snippets.

@sawadays0118
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sawadays0118/a2f0c238aa9ad364e2d4 to your computer and use it in GitHub Desktop.
Save sawadays0118/a2f0c238aa9ad364e2d4 to your computer and use it in GitHub Desktop.
HTML,CSSコーディングで気をつけたい基本的なポイント ref: http://qiita.com/sawadays0118/items/4720d9c0d44e937fb2c2
ul > li { margin-bottom: 12px; }
ul > li:last-child { margin-bottom: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment