Skip to content

Instantly share code, notes, and snippets.

@don1138
Created June 11, 2013 22:09
Show Gist options
  • Save don1138/5761198 to your computer and use it in GitHub Desktop.
Save don1138/5761198 to your computer and use it in GitHub Desktop.
CSS Margins for First/Last Items
* > :first-child { margin-top: 0 !important; margin-left: 0 !important; }
* > :last-child { margin-bottom: 0 !important; margin-right: 0 !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment